DEVTOOLS: add a new filename to test_decode_name

This commit is contained in:
Misty De Meo 2021-11-04 19:20:23 -07:00 committed by Paweł Kołodziejski
parent 915826fda5
commit 954e1d61db

View File

@ -550,6 +550,7 @@ def test_decode_name():
["G3フォルダ", "xn--G3-3g4axdtexf"],
["Where \\ Do <you> Want / To: G* ? ;Unless=nowhere,or|\"(everything)/\":*|\\?%<>,;=", "xn--Where Do you Want To G ;Unless=nowhere,or(everything),;=-5baedgdcbtamaaaaaaaaa99woa3wnnmb82aqb71ekb9g3c1f1cyb7bx6rfcv2pxa"],
["Buried in Timeェ Demo", "xn--Buried in Time Demo-yp97h"],
["ぱそすけPPC", "xn--PPC-873bpbxa3l"]
]
for input, output in checks:
assert punyencode(input) == output