Skip to content

Commit 83a943b

Browse files
committed
Add test for Unicode normalization of Gurung Khema.
1 parent a122d7a commit 83a943b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_unicode_normalize.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ def test_bug_21559
215215
assert_equal str.unicode_normalize(:nfd), str.unicode_normalize(:nfc).unicode_normalize(:nfd)
216216
end
217217

218+
def test_gurung_khema
219+
assert_equal "\u{16121 16121 16121 16121 16121 1611E}", "\u{1611E 16121 16121 16121 16121 16121}".unicode_normalize
220+
end
221+
218222
def test_canonical_ordering
219223
a = "\u03B1\u0313\u0300\u0345"
220224
a_unordered1 = "\u03B1\u0345\u0313\u0300"

0 commit comments

Comments
 (0)