Skip to content

Commit cb8d41e

Browse files
committed
Test long emojis and Hangul
1 parent 267c6b2 commit cb8d41e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

anyascii_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,7 @@ func TestTransliterate(t *testing.T) {
8282
check("ᓀᐦᐃᔭᐍᐏᐣ", "nehiyawewin")
8383
check("ᠤᠯᠠᠭᠠᠨᠴᠠᠪ", "ulaganqab")
8484
check("𐑨𐑯𐑛𐑮𐑩𐑒𐑤𐑰𐑟 𐑯 𐑞 𐑤𐑲𐑩𐑯", "andr'kliiz n dh lai'n")
85+
86+
check("🐂 🦉 🦆 🦓 ☕ 🍿 ✈ 🎷 🎤 🌡 🦹", ":ox: :owl: :duck: :zebra: :coffee: :popcorn: :airplane: :saxophone: :microphone: :thermometer: :supervillain:")
87+
check("에 가 힣 널 뢌 땚 꺵", "E Ga Hih Neol Lwass Ttaelp Kkyaeng")
8588
}

0 commit comments

Comments
 (0)