mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 07:30:56 +00:00
DEVTOOLS: add a new filename to test_decode_name
This commit is contained in:
parent
915826fda5
commit
954e1d61db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user