We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a122d7a commit 83a943bCopy full SHA for 83a943b
test/test_unicode_normalize.rb
@@ -215,6 +215,10 @@ def test_bug_21559
215
assert_equal str.unicode_normalize(:nfd), str.unicode_normalize(:nfc).unicode_normalize(:nfd)
216
end
217
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
+
222
def test_canonical_ordering
223
a = "\u03B1\u0313\u0300\u0345"
224
a_unordered1 = "\u03B1\u0345\u0313\u0300"
0 commit comments