Skip to content

Commit 440474e

Browse files
committed
decoder_test: Readd nfkd test
1 parent f7fbb79 commit 440474e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stringutil/decoder_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ func TestDecodeToASCII(t *testing.T) {
4343
in: "Collaboration: 𝕸𝖎𝖆𝖒𝖎 🌞 x KiwiKurve",
4444
out: "Collaboration: x KiwiKurve",
4545
},
46+
{
47+
in: "Collaboration: 𝕸𝖎𝖆𝖒𝖎 🌞 x KiwiKurve",
48+
out: "Collaboration: Miami x KiwiKurve",
49+
opts: nfkd,
50+
},
4651
{
4752
in: "back soon ✌🏽📍ashleyrchand@gmail.com",
4853
out: "back soon ashleyrchand@gmail.com",

0 commit comments

Comments
 (0)