Skip to content

Commit

Permalink
Add a Unicode 15.1 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Oct 1, 2023
1 parent cfeb7c1 commit c9372bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/unicode_name_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
end

it "works with recent Unicode characters" do
assert_equal "ALCHEMICAL SYMBOL FOR QUICK LIME", Unicode::Name.of("🝁") # Unicode 15.1
assert_equal "KAKTOVIK NUMERAL ZERO", Unicode::Name.of("𝋀") # Unicode 15.0
assert_equal "ETHIOPIC SYLLABLE HHYAA", Unicode::Name.of("𞟣") # Unicode 14.0
end
Expand Down

0 comments on commit c9372bf

Please sign in to comment.