mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 07:30:56 +00:00
DEVTOOLS: COMPANION: Added one more test for encoding
This commit is contained in:
parent
b9c5ef933f
commit
dfd34fc163
@ -531,6 +531,7 @@ def test_decode_name():
|
||||
["ends with dot .", "xn--ends with dot .-"],
|
||||
["ends with space ", "xn--ends with space -"],
|
||||
["バッドデイ(Power PC)", "xn--(Power PC)-jx4ilmwb1a7h"],
|
||||
["Hello*", "xn--Hello-la10a"],
|
||||
]
|
||||
for input, output in checks:
|
||||
assert punyencode(input) == output
|
||||
|
Loading…
Reference in New Issue
Block a user