Skip to content

Commit 9d9417e

Browse files
author
José Valim
committed
Use combining_classes from UnicodeData
1 parent 3006ace commit 9d9417e

File tree

3 files changed

+11
-756
lines changed

3 files changed

+11
-756
lines changed

lib/elixir/test/elixir/string_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ defmodule StringTest do
320320
assert String.normalize("êchǭ", :nfc) == "êchǭ"
321321
assert String.normalize("거̄", :nfc) == "거̄"
322322
assert String.normalize("뢴", :nfc) == "뢴"
323+
assert String.normalize("ֱָֹ֑׃ְ֬֟", :nfc) == "ֱָֹ֑׃ְ֬֟"
323324
end
324325

325326
test "graphemes" do

0 commit comments

Comments
 (0)