diff --git a/devtools/dumper-companion.py b/devtools/dumper-companion.py index 1b8eabcfcca..65f94d12261 100755 --- a/devtools/dumper-companion.py +++ b/devtools/dumper-companion.py @@ -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