Created
November 28, 2024 17:51
-
-
Save annevk/189bcb339d0f5dffbd79b44bacfa7e33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
def main(): | |
data_old = None | |
data_new = None | |
with open("IdnaTestV2-old.json") as file_handle: | |
data_old = json.load(file_handle) | |
with open("IdnaTestV2-new.json") as file_handle: | |
data_new = json.load(file_handle) | |
added_tests = [] | |
changed_tests = [] | |
removed_tests = [] | |
for old_test in data_old: | |
if isinstance(old_test, str): | |
continue | |
found = None | |
for new_test in data_new: | |
if isinstance(new_test, str): | |
continue | |
if old_test["input"] == new_test["input"]: | |
found = new_test | |
break | |
if not found: | |
removed_tests.append({ "input": old_test["input"], "output": old_test["output"] }) | |
# We only care about tests where the parsing now fails. | |
elif old_test["output"] != found["output"] and old_test["output"]: | |
changed_tests.append({ "input": old_test["input"], "output_old": old_test["output"], "output_new": found["output"] }) | |
for new_test in data_new: | |
if isinstance(new_test, str): | |
continue | |
found = False | |
for old_test in data_old: | |
if isinstance(old_test, str): | |
continue | |
if new_test["input"] == old_test["input"]: | |
found = True | |
break | |
if not found: | |
added_tests.append({ "input": new_test["input"], "output": new_test["output"] }) | |
print(json.dumps({ "added": added_tests, "changed": changed_tests, "removed": removed_tests }, sort_keys=True, allow_nan=False, indent=2, separators=(',', ': '))) | |
main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"added": [ | |
{ | |
"input": "FA\u1e9e.de", | |
"output": "xn--fa-hia.de" | |
}, | |
{ | |
"input": "FA\u1e9e.DE", | |
"output": "xn--fa-hia.de" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901234.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901234.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901234.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901234.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901234.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901234.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00e4123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890a\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890B", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c4123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890B", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00e4123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890a\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890B.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c4123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890B.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00e4123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890a\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901C", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c4123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901C", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00e41234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890a\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789A", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c41234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789A", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00e41234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890a\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789A.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c41234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789A.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00e41234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890a\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890B", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c41234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890B", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "xn--xn---epa", | |
"output": null | |
}, | |
{ | |
"input": "\u2477.four", | |
"output": "(4).four" | |
}, | |
{ | |
"input": "(4).four", | |
"output": "(4).four" | |
}, | |
{ | |
"input": "\u2477.FOUR", | |
"output": "(4).four" | |
}, | |
{ | |
"input": "\u2477.Four", | |
"output": "(4).four" | |
}, | |
{ | |
"input": "a\ud900z", | |
"output": null | |
}, | |
{ | |
"input": "A\ud900Z", | |
"output": null | |
}, | |
{ | |
"input": "xn--", | |
"output": null | |
}, | |
{ | |
"input": "xn---", | |
"output": null | |
}, | |
{ | |
"input": "xn--ASCII-", | |
"output": null | |
}, | |
{ | |
"input": "ascii", | |
"output": "ascii" | |
}, | |
{ | |
"input": "xn--unicode-.org", | |
"output": null | |
}, | |
{ | |
"input": "unicode.org", | |
"output": "unicode.org" | |
}, | |
{ | |
"input": "\uf951\ud87e\udc68\ud87e\udc74\ud87e\udd1f\ud87e\udd5f\ud87e\uddbf", | |
"output": "xn--snl253bgitxhzwu2arn60c" | |
}, | |
{ | |
"input": "\u964b\u36fc\u5f53\ud850\udfab\u7aee\u45d7", | |
"output": "xn--snl253bgitxhzwu2arn60c" | |
}, | |
{ | |
"input": "xn--snl253bgitxhzwu2arn60c", | |
"output": "xn--snl253bgitxhzwu2arn60c" | |
}, | |
{ | |
"input": "\u96fb\ud844\udf6a\u5f33\u43ab\u7aae\u4d57", | |
"output": "xn--kbo60w31ob3z6t3av9z5b" | |
}, | |
{ | |
"input": "xn--kbo60w31ob3z6t3av9z5b", | |
"output": "xn--kbo60w31ob3z6t3av9z5b" | |
}, | |
{ | |
"input": "xn--A-1ga", | |
"output": "xn--a-1ga" | |
}, | |
{ | |
"input": "a\u00f6", | |
"output": "xn--a-1ga" | |
}, | |
{ | |
"input": "ao\u0308", | |
"output": "xn--a-1ga" | |
}, | |
{ | |
"input": "AO\u0308", | |
"output": "xn--a-1ga" | |
}, | |
{ | |
"input": "A\u00d6", | |
"output": "xn--a-1ga" | |
}, | |
{ | |
"input": "A\u00f6", | |
"output": "xn--a-1ga" | |
}, | |
{ | |
"input": "Ao\u0308", | |
"output": "xn--a-1ga" | |
}, | |
{ | |
"input": "\uff1d\u0338", | |
"output": "xn--1ch" | |
}, | |
{ | |
"input": "\u2260", | |
"output": "xn--1ch" | |
}, | |
{ | |
"input": "=\u0338", | |
"output": "xn--1ch" | |
}, | |
{ | |
"input": "xn--1ch", | |
"output": "xn--1ch" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c4123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c4123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u0308123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c4123456789012345678901234567890123456789012345.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--1234567890123456789012345678901234567890123456789012345-kue.123456789012345678901234567890123456789012345678901234567890123.1234567890123456789012345678901234567890123456789012345678901c" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c41234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c41234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a.", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.12345678901234567890123456789012345678901234567890123456789a." | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890A\u03081234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "123456789012345678901234567890123456789012345678901234567890123.1234567890\u00c41234567890123456789012345678901234567890123456.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b", | |
"output": "123456789012345678901234567890123456789012345678901234567890123.xn--12345678901234567890123456789012345678901234567890123456-fxe.123456789012345678901234567890123456789012345678901234567890123.123456789012345678901234567890123456789012345678901234567890b" | |
}, | |
{ | |
"input": "\u200d\u2260\u1899\u226f.\uc1a3-\u1874\u10a0", | |
"output": null | |
}, | |
{ | |
"input": "\u200d=\u0338\u1899>\u0338.\u1109\u1169\u11be-\u1874\u10a0", | |
"output": null | |
}, | |
{ | |
"input": "\u200d=\u0338\u1899>\u0338.\u1109\u1169\u11be-\u1874\u2d00", | |
"output": null | |
}, | |
{ | |
"input": "\u200d\u2260\u1899\u226f.\uc1a3-\u1874\u2d00", | |
"output": null | |
}, | |
{ | |
"input": "xn--jbf911clb.xn----p9j493ivi4l", | |
"output": "xn--jbf911clb.xn----p9j493ivi4l" | |
}, | |
{ | |
"input": "\u2260\u1899\u226f.\uc1a3-\u1874\u2d00", | |
"output": "xn--jbf911clb.xn----p9j493ivi4l" | |
}, | |
{ | |
"input": "=\u0338\u1899>\u0338.\u1109\u1169\u11be-\u1874\u2d00", | |
"output": "xn--jbf911clb.xn----p9j493ivi4l" | |
}, | |
{ | |
"input": "=\u0338\u1899>\u0338.\u1109\u1169\u11be-\u1874\u10a0", | |
"output": "xn--jbf911clb.xn----p9j493ivi4l" | |
}, | |
{ | |
"input": "\u2260\u1899\u226f.\uc1a3-\u1874\u10a0", | |
"output": "xn--jbf911clb.xn----p9j493ivi4l" | |
}, | |
{ | |
"input": "xn--jbf929a90b0b.xn----p9j493ivi4l", | |
"output": null | |
}, | |
{ | |
"input": "xn--jbf911clb.xn----6zg521d196p", | |
"output": null | |
}, | |
{ | |
"input": "xn--jbf929a90b0b.xn----6zg521d196p", | |
"output": null | |
}, | |
{ | |
"input": "xn--gl0as212a.i.", | |
"output": "xn--gl0as212a.i." | |
}, | |
{ | |
"input": "\u7e71\ud805\uddbf.i.", | |
"output": "xn--gl0as212a.i." | |
}, | |
{ | |
"input": "\u7e71\ud805\uddbf.I.", | |
"output": "xn--gl0as212a.i." | |
}, | |
{ | |
"input": "xn--1ug6928ac48e.i.", | |
"output": "xn--1ug6928ac48e.i." | |
}, | |
{ | |
"input": "\u7e71\ud805\uddbf\u200d.i.", | |
"output": "xn--1ug6928ac48e.i." | |
}, | |
{ | |
"input": "\u7e71\ud805\uddbf\u200d.I.", | |
"output": "xn--1ug6928ac48e.i." | |
}, | |
{ | |
"input": "xn--n3b445e53p.", | |
"output": null | |
}, | |
{ | |
"input": "xn--ok3d.", | |
"output": null | |
}, | |
{ | |
"input": "xn--4xa192qmp03d.", | |
"output": null | |
}, | |
{ | |
"input": "xn--3xa392qmp03d.", | |
"output": null | |
}, | |
{ | |
"input": "\u2489\udb40\ude93\u2260\uff61\u10bf\u2b23\u10a8", | |
"output": null | |
}, | |
{ | |
"input": "\u2489\udb40\ude93=\u0338\uff61\u10bf\u2b23\u10a8", | |
"output": null | |
}, | |
{ | |
"input": "2.\udb40\ude93\u2260\u3002\u10bf\u2b23\u10a8", | |
"output": null | |
}, | |
{ | |
"input": "2.\udb40\ude93=\u0338\u3002\u10bf\u2b23\u10a8", | |
"output": null | |
}, | |
{ | |
"input": "2.\udb40\ude93=\u0338\u3002\u2d1f\u2b23\u2d08", | |
"output": null | |
}, | |
{ | |
"input": "2.\udb40\ude93\u2260\u3002\u2d1f\u2b23\u2d08", | |
"output": null | |
}, | |
{ | |
"input": "2.xn--1chz4101l.xn--45iz7d6b", | |
"output": null | |
}, | |
{ | |
"input": "\u2489\udb40\ude93=\u0338\uff61\u2d1f\u2b23\u2d08", | |
"output": null | |
}, | |
{ | |
"input": "\u2489\udb40\ude93\u2260\uff61\u2d1f\u2b23\u2d08", | |
"output": null | |
}, | |
{ | |
"input": "xn--1ch07f91401d.xn--45iz7d6b", | |
"output": null | |
}, | |
{ | |
"input": "2.xn--1chz4101l.xn--gnd9b297j", | |
"output": null | |
}, | |
{ | |
"input": "xn--1ch07f91401d.xn--gnd9b297j", | |
"output": null | |
}, | |
{ | |
"input": "\u1b44\uff0e\u1baa-\u226e\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\u1b44\uff0e\u1baa-<\u0338=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u1b44.\u1baa-\u226e\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\u1b44.\u1baa-<\u0338=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "xn--1uf.xn----nmlz65aub", | |
"output": null | |
}, | |
{ | |
"input": "xn--1zf224e.xn--73g3065g", | |
"output": null | |
}, | |
{ | |
"input": "\u10a9\u7315\udba5\udeeb\u226e\uff0e\ufe12", | |
"output": null | |
}, | |
{ | |
"input": "\u10a9\u7315\udba5\udeeb<\u0338\uff0e\ufe12", | |
"output": null | |
}, | |
{ | |
"input": "\u10a9\u7315\udba5\udeeb\u226e.\u3002", | |
"output": null | |
}, | |
{ | |
"input": "\u10a9\u7315\udba5\udeeb<\u0338.\u3002", | |
"output": null | |
}, | |
{ | |
"input": "\u2d09\u7315\udba5\udeeb<\u0338.\u3002", | |
"output": null | |
}, | |
{ | |
"input": "\u2d09\u7315\udba5\udeeb\u226e.\u3002", | |
"output": null | |
}, | |
{ | |
"input": "xn--gdh892bbz0d5438s..", | |
"output": null | |
}, | |
{ | |
"input": "\u2d09\u7315\udba5\udeeb<\u0338\uff0e\ufe12", | |
"output": null | |
}, | |
{ | |
"input": "\u2d09\u7315\udba5\udeeb\u226e\uff0e\ufe12", | |
"output": null | |
}, | |
{ | |
"input": "xn--gdh892bbz0d5438s.xn--y86c", | |
"output": null | |
}, | |
{ | |
"input": "xn--hnd212gz32d54x5r..", | |
"output": null | |
}, | |
{ | |
"input": "xn--hnd212gz32d54x5r.xn--y86c", | |
"output": null | |
}, | |
{ | |
"input": "\u1dfd\u103a\u094d\uff0e\u2260\u200d\u31db", | |
"output": null | |
}, | |
{ | |
"input": "\u103a\u094d\u1dfd\uff0e\u2260\u200d\u31db", | |
"output": null | |
}, | |
{ | |
"input": "\u103a\u094d\u1dfd\uff0e=\u0338\u200d\u31db", | |
"output": null | |
}, | |
{ | |
"input": "\u103a\u094d\u1dfd.\u2260\u200d\u31db", | |
"output": null | |
}, | |
{ | |
"input": "\u103a\u094d\u1dfd.=\u0338\u200d\u31db", | |
"output": null | |
}, | |
{ | |
"input": "xn--n3b956a9zm.xn--1ch912d", | |
"output": null | |
}, | |
{ | |
"input": "xn--n3b956a9zm.xn--1ug63gz5w", | |
"output": null | |
}, | |
{ | |
"input": "xn--9ob.xn--4xa", | |
"output": "xn--9ob.xn--4xa" | |
}, | |
{ | |
"input": "\u0756.\u03c3", | |
"output": "xn--9ob.xn--4xa" | |
}, | |
{ | |
"input": "\u0756.\u03a3", | |
"output": "xn--9ob.xn--4xa" | |
}, | |
{ | |
"input": "\u226f\ud805\udf2b\udb42\udf47.\u1734\ud909\udfa4\ud804\udf6c\u18a7", | |
"output": null | |
}, | |
{ | |
"input": ">\u0338\ud805\udf2b\udb42\udf47.\u1734\ud909\udfa4\ud804\udf6c\u18a7", | |
"output": null | |
}, | |
{ | |
"input": "xn--hdhx157g68o0g.xn--c0e65eu616c34o7a", | |
"output": null | |
}, | |
{ | |
"input": "\u0596\u10ab\uff0e\ud835\udff3\u226f\ufe12\ufe0a", | |
"output": null | |
}, | |
{ | |
"input": "\u0596\u10ab\uff0e\ud835\udff3>\u0338\ufe12\ufe0a", | |
"output": null | |
}, | |
{ | |
"input": "\u0596\u10ab.7\u226f\u3002\ufe0a", | |
"output": null | |
}, | |
{ | |
"input": "\u0596\u10ab.7>\u0338\u3002\ufe0a", | |
"output": null | |
}, | |
{ | |
"input": "\u0596\u2d0b.7>\u0338\u3002\ufe0a", | |
"output": null | |
}, | |
{ | |
"input": "\u0596\u2d0b.7\u226f\u3002\ufe0a", | |
"output": null | |
}, | |
{ | |
"input": "xn--hcb613r.xn--7-pgo.", | |
"output": null | |
}, | |
{ | |
"input": "\u0596\u2d0b\uff0e\ud835\udff3>\u0338\ufe12\ufe0a", | |
"output": null | |
}, | |
{ | |
"input": "\u0596\u2d0b\uff0e\ud835\udff3\u226f\ufe12\ufe0a", | |
"output": null | |
}, | |
{ | |
"input": "xn--hcb613r.xn--7-pgoy530h", | |
"output": null | |
}, | |
{ | |
"input": "xn--hcb887c.xn--7-pgo.", | |
"output": null | |
}, | |
{ | |
"input": "xn--hcb887c.xn--7-pgoy530h", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\uff61\ud805\uddbf\u1abb\u03c2\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\uff61\ud805\uddbf\u1abb\u03c2=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\u3002\ud805\uddbf\u1abb\u03c2\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\u3002\ud805\uddbf\u1abb\u03c2=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\u3002\ud805\uddbf\u1abb\u03a3=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\u3002\ud805\uddbf\u1abb\u03a3\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\u3002\ud805\uddbf\u1abb\u03c3\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\u3002\ud805\uddbf\u1abb\u03c3=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "xn--zb9h5968x.xn--4xa378i1mfjw7y", | |
"output": null | |
}, | |
{ | |
"input": "xn--0ug3766p5nm1b.xn--4xa378i1mfjw7y", | |
"output": null | |
}, | |
{ | |
"input": "xn--0ug3766p5nm1b.xn--3xa578i1mfjw7y", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\uff61\ud805\uddbf\u1abb\u03a3=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\uff61\ud805\uddbf\u1abb\u03a3\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\uff61\ud805\uddbf\u1abb\u03c3\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd6f\ud9df\udf6d\u200c\ud83d\udf2d\uff61\ud805\uddbf\u1abb\u03c3=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\ud805\udc44\u226f\uff61\ud805\udf24", | |
"output": null | |
}, | |
{ | |
"input": "\ud805\udc44>\u0338\uff61\ud805\udf24", | |
"output": null | |
}, | |
{ | |
"input": "\ud805\udc44\u226f\u3002\ud805\udf24", | |
"output": null | |
}, | |
{ | |
"input": "\ud805\udc44>\u0338\u3002\ud805\udf24", | |
"output": null | |
}, | |
{ | |
"input": "xn--hdh5636g.xn--ci2d", | |
"output": null | |
}, | |
{ | |
"input": "\u10ab\u226e\ud887\udc86\u3002\u200d\u07a7\ud800\udee3", | |
"output": null | |
}, | |
{ | |
"input": "\u10ab<\u0338\ud887\udc86\u3002\u200d\u07a7\ud800\udee3", | |
"output": null | |
}, | |
{ | |
"input": "\u2d0b<\u0338\ud887\udc86\u3002\u200d\u07a7\ud800\udee3", | |
"output": null | |
}, | |
{ | |
"input": "\u2d0b\u226e\ud887\udc86\u3002\u200d\u07a7\ud800\udee3", | |
"output": null | |
}, | |
{ | |
"input": "xn--gdhz03bxt42d.xn--lrb6479j", | |
"output": null | |
}, | |
{ | |
"input": "xn--gdhz03bxt42d.xn--lrb506jqr4n", | |
"output": null | |
}, | |
{ | |
"input": "xn--jnd802gsm17c.xn--lrb6479j", | |
"output": null | |
}, | |
{ | |
"input": "xn--jnd802gsm17c.xn--lrb506jqr4n", | |
"output": null | |
}, | |
{ | |
"input": "\u17d2.\ud9db\udf52\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\u17d2.\ud9db\udf52>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "xn--u4e.xn--hdhx0084f", | |
"output": null | |
}, | |
{ | |
"input": "\uaa2c\ud807\udcab\u226e\uff0e\u2902", | |
"output": null | |
}, | |
{ | |
"input": "\uaa2c\ud807\udcab<\u0338\uff0e\u2902", | |
"output": null | |
}, | |
{ | |
"input": "\uaa2c\ud807\udcab\u226e.\u2902", | |
"output": null | |
}, | |
{ | |
"input": "\uaa2c\ud807\udcab<\u0338.\u2902", | |
"output": null | |
}, | |
{ | |
"input": "xn--gdh1854cn19c.xn--kqi", | |
"output": null | |
}, | |
{ | |
"input": "\u22e0\ud800\udeee\uff0e\uda98\ude2e\u0f18\u00df\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\u227c\u0338\ud800\udeee\uff0e\uda98\ude2e\u0f18\u00df>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u22e0\ud800\udeee.\uda98\ude2e\u0f18\u00df\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\u227c\u0338\ud800\udeee.\uda98\ude2e\u0f18\u00df>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u227c\u0338\ud800\udeee.\uda98\ude2e\u0f18SS>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u22e0\ud800\udeee.\uda98\ude2e\u0f18SS\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\u22e0\ud800\udeee.\uda98\ude2e\u0f18ss\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\u227c\u0338\ud800\udeee.\uda98\ude2e\u0f18ss>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u227c\u0338\ud800\udeee.\uda98\ude2e\u0f18Ss>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u22e0\ud800\udeee.\uda98\ude2e\u0f18Ss\u226f", | |
"output": null | |
}, | |
{ | |
"input": "xn--pgh4639f.xn--ss-ifj426nle504a", | |
"output": null | |
}, | |
{ | |
"input": "xn--pgh4639f.xn--zca593eo6oc013y", | |
"output": null | |
}, | |
{ | |
"input": "\u227c\u0338\ud800\udeee\uff0e\uda98\ude2e\u0f18SS>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u22e0\ud800\udeee\uff0e\uda98\ude2e\u0f18SS\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\u22e0\ud800\udeee\uff0e\uda98\ude2e\u0f18ss\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\u227c\u0338\ud800\udeee\uff0e\uda98\ude2e\u0f18ss>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u227c\u0338\ud800\udeee\uff0e\uda98\ude2e\u0f18Ss>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u22e0\ud800\udeee\uff0e\uda98\ude2e\u0f18Ss\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\u20eb\u226e.\ud836\ude16", | |
"output": null | |
}, | |
{ | |
"input": "\u20eb<\u0338.\ud836\ude16", | |
"output": null | |
}, | |
{ | |
"input": "xn--e1g71d.xn--772h", | |
"output": null | |
}, | |
{ | |
"input": "\u200c.\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\u200c.>\u0338", | |
"output": null | |
}, | |
{ | |
"input": ".xn--hdh", | |
"output": ".xn--hdh" | |
}, | |
{ | |
"input": "xn--0ug.xn--hdh", | |
"output": null | |
}, | |
{ | |
"input": "\u2260.\u183f", | |
"output": "xn--1ch.xn--y7e" | |
}, | |
{ | |
"input": "=\u0338.\u183f", | |
"output": "xn--1ch.xn--y7e" | |
}, | |
{ | |
"input": "xn--1ch.xn--y7e", | |
"output": "xn--1ch.xn--y7e" | |
}, | |
{ | |
"input": "\ufff9\u200c\uff61\u66f3\u2f91\ud800\udef0\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\ufff9\u200c\uff61\u66f3\u2f91\ud800\udef0>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\ufff9\u200c\u3002\u66f3\u897e\ud800\udef0\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\ufff9\u200c\u3002\u66f3\u897e\ud800\udef0>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "xn--vn7c.xn--hdh501y8wvfs5h", | |
"output": null | |
}, | |
{ | |
"input": "xn--0ug2139f.xn--hdh501y8wvfs5h", | |
"output": null | |
}, | |
{ | |
"input": "\u226f\u2488\u3002\u00df", | |
"output": null | |
}, | |
{ | |
"input": ">\u0338\u2488\u3002\u00df", | |
"output": null | |
}, | |
{ | |
"input": "\u226f1.\u3002\u00df", | |
"output": "xn--1-ogo..xn--zca" | |
}, | |
{ | |
"input": ">\u03381.\u3002\u00df", | |
"output": "xn--1-ogo..xn--zca" | |
}, | |
{ | |
"input": ">\u03381.\u3002SS", | |
"output": "xn--1-ogo..ss" | |
}, | |
{ | |
"input": "\u226f1.\u3002SS", | |
"output": "xn--1-ogo..ss" | |
}, | |
{ | |
"input": "\u226f1.\u3002ss", | |
"output": "xn--1-ogo..ss" | |
}, | |
{ | |
"input": ">\u03381.\u3002ss", | |
"output": "xn--1-ogo..ss" | |
}, | |
{ | |
"input": ">\u03381.\u3002Ss", | |
"output": "xn--1-ogo..ss" | |
}, | |
{ | |
"input": "\u226f1.\u3002Ss", | |
"output": "xn--1-ogo..ss" | |
}, | |
{ | |
"input": "xn--1-ogo..ss", | |
"output": "xn--1-ogo..ss" | |
}, | |
{ | |
"input": "xn--1-ogo..xn--zca", | |
"output": "xn--1-ogo..xn--zca" | |
}, | |
{ | |
"input": ">\u0338\u2488\u3002SS", | |
"output": null | |
}, | |
{ | |
"input": "\u226f\u2488\u3002SS", | |
"output": null | |
}, | |
{ | |
"input": "\u226f\u2488\u3002ss", | |
"output": null | |
}, | |
{ | |
"input": ">\u0338\u2488\u3002ss", | |
"output": null | |
}, | |
{ | |
"input": ">\u0338\u2488\u3002Ss", | |
"output": null | |
}, | |
{ | |
"input": "\u226f\u2488\u3002Ss", | |
"output": null | |
}, | |
{ | |
"input": "xn--hdh84f.ss", | |
"output": null | |
}, | |
{ | |
"input": "xn--hdh84f.xn--zca", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\uff61\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\uff61=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u3002\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u3002=\u0338", | |
"output": null | |
}, | |
{ | |
"input": ".xn--1ch", | |
"output": ".xn--1ch" | |
}, | |
{ | |
"input": "xn--0ug.xn--1ch", | |
"output": null | |
}, | |
{ | |
"input": "\uda12\udcf3\u200d\uda05\udf71.\ud81a\udf34\u2183\u2260-", | |
"output": null | |
}, | |
{ | |
"input": "\uda12\udcf3\u200d\uda05\udf71.\ud81a\udf34\u2183=\u0338-", | |
"output": null | |
}, | |
{ | |
"input": "\uda12\udcf3\u200d\uda05\udf71.\ud81a\udf34\u2184=\u0338-", | |
"output": null | |
}, | |
{ | |
"input": "\uda12\udcf3\u200d\uda05\udf71.\ud81a\udf34\u2184\u2260-", | |
"output": null | |
}, | |
{ | |
"input": "xn--6j00chy9a.xn----81n51bt713h", | |
"output": null | |
}, | |
{ | |
"input": "xn--1ug15151gkb5a.xn----81n51bt713h", | |
"output": null | |
}, | |
{ | |
"input": "xn--6j00chy9a.xn----61n81bt713h", | |
"output": null | |
}, | |
{ | |
"input": "xn--1ug15151gkb5a.xn----61n81bt713h", | |
"output": null | |
}, | |
{ | |
"input": "\ua87d\u226f\uff0e\udaaf\udc80\uda0b\udcc4", | |
"output": null | |
}, | |
{ | |
"input": "\ua87d>\u0338\uff0e\udaaf\udc80\uda0b\udcc4", | |
"output": null | |
}, | |
{ | |
"input": "\ua87d\u226f.\udaaf\udc80\uda0b\udcc4", | |
"output": null | |
}, | |
{ | |
"input": "\ua87d>\u0338.\udaaf\udc80\uda0b\udcc4", | |
"output": null | |
}, | |
{ | |
"input": "xn--hdh8193c.xn--5z40cp629b", | |
"output": null | |
}, | |
{ | |
"input": "\udb43\udcdb\uff0e\u200d\u492b\u2260\u10be", | |
"output": null | |
}, | |
{ | |
"input": "\udb43\udcdb\uff0e\u200d\u492b=\u0338\u10be", | |
"output": null | |
}, | |
{ | |
"input": "\udb43\udcdb.\u200d\u492b\u2260\u10be", | |
"output": null | |
}, | |
{ | |
"input": "\udb43\udcdb.\u200d\u492b=\u0338\u10be", | |
"output": null | |
}, | |
{ | |
"input": "\udb43\udcdb.\u200d\u492b=\u0338\u2d1e", | |
"output": null | |
}, | |
{ | |
"input": "\udb43\udcdb.\u200d\u492b\u2260\u2d1e", | |
"output": null | |
}, | |
{ | |
"input": "xn--1t56e.xn--1ch153bqvw", | |
"output": null | |
}, | |
{ | |
"input": "xn--1t56e.xn--1ug73gzzpwi3a", | |
"output": null | |
}, | |
{ | |
"input": "\udb43\udcdb\uff0e\u200d\u492b=\u0338\u2d1e", | |
"output": null | |
}, | |
{ | |
"input": "\udb43\udcdb\uff0e\u200d\u492b\u2260\u2d1e", | |
"output": null | |
}, | |
{ | |
"input": "xn--1t56e.xn--2nd141ghl2a", | |
"output": null | |
}, | |
{ | |
"input": "xn--1t56e.xn--2nd159e9vb743e", | |
"output": null | |
}, | |
{ | |
"input": "3.1.xn--110d.j", | |
"output": null | |
}, | |
{ | |
"input": "xn--tshd3512p.j", | |
"output": null | |
}, | |
{ | |
"input": "\ud6c9\u226e\uff61\u0e34", | |
"output": null | |
}, | |
{ | |
"input": "\u1112\u116e\u11ac<\u0338\uff61\u0e34", | |
"output": null | |
}, | |
{ | |
"input": "\ud6c9\u226e\u3002\u0e34", | |
"output": null | |
}, | |
{ | |
"input": "\u1112\u116e\u11ac<\u0338\u3002\u0e34", | |
"output": null | |
}, | |
{ | |
"input": "xn--gdh2512e.xn--i4c", | |
"output": null | |
}, | |
{ | |
"input": "\u226e\ud834\udd76\uff0e\ud987\udc81\uaaec\u2e48\udb82\udd6d", | |
"output": null | |
}, | |
{ | |
"input": "<\u0338\ud834\udd76\uff0e\ud987\udc81\uaaec\u2e48\udb82\udd6d", | |
"output": null | |
}, | |
{ | |
"input": "\u226e\ud834\udd76.\ud987\udc81\uaaec\u2e48\udb82\udd6d", | |
"output": null | |
}, | |
{ | |
"input": "<\u0338\ud834\udd76.\ud987\udc81\uaaec\u2e48\udb82\udd6d", | |
"output": null | |
}, | |
{ | |
"input": "xn--gdh.xn--4tjx101bsg00ds9pyc", | |
"output": null | |
}, | |
{ | |
"input": "xn--gdh0880o.xn--4tjx101bsg00ds9pyc", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f\uff0e-\u00df\u200c\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f\uff0e-\u00df\u200c=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f.-\u00df\u200c\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f.-\u00df\u200c=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f.-SS\u200c=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f.-SS\u200c\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f.-ss\u200c\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f.-ss\u200c=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f.-Ss\u200c=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f.-Ss\u200c\u2260", | |
"output": null | |
}, | |
{ | |
"input": "xn--u836e.xn---ss-gl2a", | |
"output": null | |
}, | |
{ | |
"input": "xn--u836e.xn---ss-cn0at5l", | |
"output": null | |
}, | |
{ | |
"input": "xn--u836e.xn----qfa750ve7b", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f\uff0e-SS\u200c=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f\uff0e-SS\u200c\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f\uff0e-ss\u200c\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f\uff0e-ss\u200c=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f\uff0e-Ss\u200c=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb41\udd4f\uff0e-Ss\u200c\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\u1859\u200c\uff61\u226f\ud800\udef2\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\u1859\u200c\uff61>\u0338\ud800\udef2=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u1859\u200c\u3002\u226f\ud800\udef2\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\u1859\u200c\u3002>\u0338\ud800\udef2=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "xn--p8e.xn--1ch3a7084l", | |
"output": "xn--p8e.xn--1ch3a7084l" | |
}, | |
{ | |
"input": "\u1859.\u226f\ud800\udef2\u2260", | |
"output": "xn--p8e.xn--1ch3a7084l" | |
}, | |
{ | |
"input": "\u1859.>\u0338\ud800\udef2=\u0338", | |
"output": "xn--p8e.xn--1ch3a7084l" | |
}, | |
{ | |
"input": "xn--p8e650b.xn--1ch3a7084l", | |
"output": null | |
}, | |
{ | |
"input": "\u2132\u17d2\u200d\uff61\u2260\u200d\u200c", | |
"output": null | |
}, | |
{ | |
"input": "\u2132\u17d2\u200d\uff61=\u0338\u200d\u200c", | |
"output": null | |
}, | |
{ | |
"input": "\u2132\u17d2\u200d\u3002\u2260\u200d\u200c", | |
"output": null | |
}, | |
{ | |
"input": "\u2132\u17d2\u200d\u3002=\u0338\u200d\u200c", | |
"output": null | |
}, | |
{ | |
"input": "\u214e\u17d2\u200d\u3002=\u0338\u200d\u200c", | |
"output": null | |
}, | |
{ | |
"input": "\u214e\u17d2\u200d\u3002\u2260\u200d\u200c", | |
"output": null | |
}, | |
{ | |
"input": "xn--u4e969b.xn--1ch", | |
"output": "xn--u4e969b.xn--1ch" | |
}, | |
{ | |
"input": "\u214e\u17d2.\u2260", | |
"output": "xn--u4e969b.xn--1ch" | |
}, | |
{ | |
"input": "\u214e\u17d2.=\u0338", | |
"output": "xn--u4e969b.xn--1ch" | |
}, | |
{ | |
"input": "\u2132\u17d2.=\u0338", | |
"output": "xn--u4e969b.xn--1ch" | |
}, | |
{ | |
"input": "\u2132\u17d2.\u2260", | |
"output": "xn--u4e969b.xn--1ch" | |
}, | |
{ | |
"input": "xn--u4e823bq1a.xn--0ugb89o", | |
"output": null | |
}, | |
{ | |
"input": "\u214e\u17d2\u200d\uff61=\u0338\u200d\u200c", | |
"output": null | |
}, | |
{ | |
"input": "\u214e\u17d2\u200d\uff61\u2260\u200d\u200c", | |
"output": null | |
}, | |
{ | |
"input": "xn--u4e319b.xn--1ch", | |
"output": null | |
}, | |
{ | |
"input": "xn--u4e823bcza.xn--0ugb89o", | |
"output": null | |
}, | |
{ | |
"input": "\ud9a9\udd2f\u0fa8\uff0e\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\ud9a9\udd2f\u0fa8\uff0e>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\ud9a9\udd2f\u0fa8.\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\ud9a9\udd2f\u0fa8.>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "xn--4fd57150h.xn--hdh", | |
"output": null | |
}, | |
{ | |
"input": "xn--mta176jjjm.c", | |
"output": null | |
}, | |
{ | |
"input": "xn--mta176j97cl2q.c", | |
"output": null | |
}, | |
{ | |
"input": "xn--mta930emri.c", | |
"output": null | |
}, | |
{ | |
"input": "xn--mta930emribme.c", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd01\u035f\u2fb6\uff61\u2087\ufe12\ub207\u226e", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd01\u035f\u2fb6\uff61\u2087\ufe12\u1102\u116e\u11aa<\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd01\u035f\u98db\u30027\u3002\ub207\u226e", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udd01\u035f\u98db\u30027\u3002\u1102\u116e\u11aa<\u0338", | |
"output": null | |
}, | |
{ | |
"input": "xn--9ua0567e.7.xn--gdh6767c", | |
"output": null | |
}, | |
{ | |
"input": "xn--9ua0567e.xn--7-ngou006d1ttc", | |
"output": null | |
}, | |
{ | |
"input": ".xn--3ed0b", | |
"output": null | |
}, | |
{ | |
"input": "xn--0ug.xn--3ed0b", | |
"output": null | |
}, | |
{ | |
"input": "\u226f\ud9f5\ude05\uff0e\u200d\ud800\udd7c\uda88\udddb", | |
"output": null | |
}, | |
{ | |
"input": ">\u0338\ud9f5\ude05\uff0e\u200d\ud800\udd7c\uda88\udddb", | |
"output": null | |
}, | |
{ | |
"input": "\u226f\ud9f5\ude05.\u200d\ud800\udd7c\uda88\udddb", | |
"output": null | |
}, | |
{ | |
"input": ">\u0338\ud9f5\ude05.\u200d\ud800\udd7c\uda88\udddb", | |
"output": null | |
}, | |
{ | |
"input": "xn--hdh84488f.xn--xy7cw2886b", | |
"output": null | |
}, | |
{ | |
"input": "xn--hdh84488f.xn--1ug8099fbjp4e", | |
"output": null | |
}, | |
{ | |
"input": "\udadd\udcd3\ud805\udeb3\u3002\ud903\uddff\u226f\u2f87", | |
"output": null | |
}, | |
{ | |
"input": "\udadd\udcd3\ud805\udeb3\u3002\ud903\uddff>\u0338\u2f87", | |
"output": null | |
}, | |
{ | |
"input": "\udadd\udcd3\ud805\udeb3\u3002\ud903\uddff\u226f\u821b", | |
"output": null | |
}, | |
{ | |
"input": "\udadd\udcd3\ud805\udeb3\u3002\ud903\uddff>\u0338\u821b", | |
"output": null | |
}, | |
{ | |
"input": "xn--3e2d79770c.xn--hdh0088abyy1c", | |
"output": null | |
}, | |
{ | |
"input": "\ud944\udd48\u782a\u226f\u1891\uff61\u226f\ud836\ude5a\uda0f\udd14\u200c", | |
"output": null | |
}, | |
{ | |
"input": "\ud944\udd48\u782a>\u0338\u1891\uff61>\u0338\ud836\ude5a\uda0f\udd14\u200c", | |
"output": null | |
}, | |
{ | |
"input": "\ud944\udd48\u782a\u226f\u1891\u3002\u226f\ud836\ude5a\uda0f\udd14\u200c", | |
"output": null | |
}, | |
{ | |
"input": "\ud944\udd48\u782a>\u0338\u1891\u3002>\u0338\ud836\ude5a\uda0f\udd14\u200c", | |
"output": null | |
}, | |
{ | |
"input": "xn--bbf561cf95e57y3e.xn--hdh0834o7mj6b", | |
"output": null | |
}, | |
{ | |
"input": "xn--bbf561cf95e57y3e.xn--0ugz6gc910ejro8c", | |
"output": null | |
}, | |
{ | |
"input": "xn--kgd72212e.xn--3j9au7544a", | |
"output": null | |
}, | |
{ | |
"input": "\ud9f0\uded4\udb40\udd8e\udb40\udd97\ud807\udc95\u3002\u226e", | |
"output": null | |
}, | |
{ | |
"input": "\ud9f0\uded4\udb40\udd8e\udb40\udd97\ud807\udc95\u3002<\u0338", | |
"output": null | |
}, | |
{ | |
"input": "xn--4m3dv4354a.xn--gdh", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udda6.\u08e3\u6680\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\udb40\udda6.\u08e3\u6680=\u0338", | |
"output": null | |
}, | |
{ | |
"input": ".xn--m0b461k3g2c", | |
"output": null | |
}, | |
{ | |
"input": "\ufe12\uff61\u10a3\u226f", | |
"output": null | |
}, | |
{ | |
"input": "\ufe12\uff61\u10a3>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u3002\u3002\u10a3\u226f", | |
"output": "..xn--hdh782b" | |
}, | |
{ | |
"input": "\u3002\u3002\u10a3>\u0338", | |
"output": "..xn--hdh782b" | |
}, | |
{ | |
"input": "\u3002\u3002\u2d03>\u0338", | |
"output": "..xn--hdh782b" | |
}, | |
{ | |
"input": "\u3002\u3002\u2d03\u226f", | |
"output": "..xn--hdh782b" | |
}, | |
{ | |
"input": "..xn--hdh782b", | |
"output": "..xn--hdh782b" | |
}, | |
{ | |
"input": "\ufe12\uff61\u2d03>\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\ufe12\uff61\u2d03\u226f", | |
"output": null | |
}, | |
{ | |
"input": "xn--y86c.xn--hdh782b", | |
"output": null | |
}, | |
{ | |
"input": "..xn--bnd622g", | |
"output": null | |
}, | |
{ | |
"input": "xn--y86c.xn--bnd622g", | |
"output": null | |
}, | |
{ | |
"input": "\u7b83\u10c1-\udb40\udc5d\uff61\u2260-\ud83e\udd16", | |
"output": null | |
}, | |
{ | |
"input": "\u7b83\u10c1-\udb40\udc5d\uff61=\u0338-\ud83e\udd16", | |
"output": null | |
}, | |
{ | |
"input": "\u7b83\u10c1-\udb40\udc5d\u3002\u2260-\ud83e\udd16", | |
"output": null | |
}, | |
{ | |
"input": "\u7b83\u10c1-\udb40\udc5d\u3002=\u0338-\ud83e\udd16", | |
"output": null | |
}, | |
{ | |
"input": "\u7b83\u2d21-\udb40\udc5d\u3002=\u0338-\ud83e\udd16", | |
"output": null | |
}, | |
{ | |
"input": "\u7b83\u2d21-\udb40\udc5d\u3002\u2260-\ud83e\udd16", | |
"output": null | |
}, | |
{ | |
"input": "xn----4wsr321ay823p.xn----tfot873s", | |
"output": null | |
}, | |
{ | |
"input": "\u7b83\u2d21-\udb40\udc5d\uff61=\u0338-\ud83e\udd16", | |
"output": null | |
}, | |
{ | |
"input": "\u7b83\u2d21-\udb40\udc5d\uff61\u2260-\ud83e\udd16", | |
"output": null | |
}, | |
{ | |
"input": "xn----11g3013fy8x5m.xn----tfot873s", | |
"output": null | |
}, | |
{ | |
"input": "\udb42\uddae.\u226f\ud838\udc06", | |
"output": null | |
}, | |
{ | |
"input": "\udb42\uddae.>\u0338\ud838\udc06", | |
"output": null | |
}, | |
{ | |
"input": "xn--t546e.xn--hdh5166o", | |
"output": null | |
}, | |
{ | |
"input": "xn--skb.xn--g9e", | |
"output": "xn--skb.xn--g9e" | |
}, | |
{ | |
"input": "\u06b9.\u1873", | |
"output": "xn--skb.xn--g9e" | |
}, | |
{ | |
"input": "\u2260\u3002\ud83d\udfb3\ud835\udff2", | |
"output": "xn--1ch.xn--6-dl4s" | |
}, | |
{ | |
"input": "=\u0338\u3002\ud83d\udfb3\ud835\udff2", | |
"output": "xn--1ch.xn--6-dl4s" | |
}, | |
{ | |
"input": "\u2260\u3002\ud83d\udfb36", | |
"output": "xn--1ch.xn--6-dl4s" | |
}, | |
{ | |
"input": "=\u0338\u3002\ud83d\udfb36", | |
"output": "xn--1ch.xn--6-dl4s" | |
}, | |
{ | |
"input": "xn--1ch.xn--6-dl4s", | |
"output": "xn--1ch.xn--6-dl4s" | |
}, | |
{ | |
"input": "\u2260.\ud83d\udfb36", | |
"output": "xn--1ch.xn--6-dl4s" | |
}, | |
{ | |
"input": "=\u0338.\ud83d\udfb36", | |
"output": "xn--1ch.xn--6-dl4s" | |
}, | |
{ | |
"input": "\u200d.j", | |
"output": null | |
}, | |
{ | |
"input": "\u200d.J", | |
"output": null | |
}, | |
{ | |
"input": ".j", | |
"output": ".j" | |
}, | |
{ | |
"input": "xn--1ug.j", | |
"output": null | |
}, | |
{ | |
"input": "j", | |
"output": "j" | |
}, | |
{ | |
"input": "\ua855\u2260\u105e\udb7b\udff1\uff61\ud803\udd67\udb40\udd2b\uffa0", | |
"output": null | |
}, | |
{ | |
"input": "\ua855=\u0338\u105e\udb7b\udff1\uff61\ud803\udd67\udb40\udd2b\uffa0", | |
"output": null | |
}, | |
{ | |
"input": "\ua855\u2260\u105e\udb7b\udff1\u3002\ud803\udd67\udb40\udd2b\u1160", | |
"output": null | |
}, | |
{ | |
"input": "\ua855=\u0338\u105e\udb7b\udff1\u3002\ud803\udd67\udb40\udd2b\u1160", | |
"output": null | |
}, | |
{ | |
"input": "xn--cld333gn31h0158l.xn--3g0d", | |
"output": null | |
}, | |
{ | |
"input": "\u2f86\uff0e\ua848\uff15\u226f\u00df", | |
"output": "xn--tc1a.xn--5-qfa988w745i" | |
}, | |
{ | |
"input": "\u2f86\uff0e\ua848\uff15>\u0338\u00df", | |
"output": "xn--tc1a.xn--5-qfa988w745i" | |
}, | |
{ | |
"input": "\u820c.\ua8485\u226f\u00df", | |
"output": "xn--tc1a.xn--5-qfa988w745i" | |
}, | |
{ | |
"input": "\u820c.\ua8485>\u0338\u00df", | |
"output": "xn--tc1a.xn--5-qfa988w745i" | |
}, | |
{ | |
"input": "\u820c.\ua8485>\u0338SS", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "\u820c.\ua8485\u226fSS", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "\u820c.\ua8485\u226fss", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "\u820c.\ua8485>\u0338ss", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "\u820c.\ua8485>\u0338Ss", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "\u820c.\ua8485\u226fSs", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "xn--tc1a.xn--5ss-3m2a5009e", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "xn--tc1a.xn--5-qfa988w745i", | |
"output": "xn--tc1a.xn--5-qfa988w745i" | |
}, | |
{ | |
"input": "\u2f86\uff0e\ua848\uff15>\u0338SS", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "\u2f86\uff0e\ua848\uff15\u226fSS", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "\u2f86\uff0e\ua848\uff15\u226fss", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "\u2f86\uff0e\ua848\uff15>\u0338ss", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "\u2f86\uff0e\ua848\uff15>\u0338Ss", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "\u2f86\uff0e\ua848\uff15\u226fSs", | |
"output": "xn--tc1a.xn--5ss-3m2a5009e" | |
}, | |
{ | |
"input": "\u200d\u2085\u2488\u3002\u226f\ud835\udff4\u200d", | |
"output": null | |
}, | |
{ | |
"input": "\u200d\u2085\u2488\u3002>\u0338\ud835\udff4\u200d", | |
"output": null | |
}, | |
{ | |
"input": "\u200d51.\u3002\u226f8\u200d", | |
"output": null | |
}, | |
{ | |
"input": "\u200d51.\u3002>\u03388\u200d", | |
"output": null | |
}, | |
{ | |
"input": "51..xn--8-ogo", | |
"output": "51..xn--8-ogo" | |
}, | |
{ | |
"input": "xn--51-l1t..xn--8-ugn00i", | |
"output": null | |
}, | |
{ | |
"input": "xn--5-ecp.xn--8-ogo", | |
"output": null | |
}, | |
{ | |
"input": "xn--5-tgnz5r.xn--8-ugn00i", | |
"output": null | |
}, | |
{ | |
"input": "\ud8bb\uddc2\u0a42\u10aa\ud8c8\udc9f.\u226e", | |
"output": null | |
}, | |
{ | |
"input": "\ud8bb\uddc2\u0a42\u10aa\ud8c8\udc9f.<\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\ud8bb\uddc2\u0a42\u2d0a\ud8c8\udc9f.<\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\ud8bb\uddc2\u0a42\u2d0a\ud8c8\udc9f.\u226e", | |
"output": null | |
}, | |
{ | |
"input": "xn--nbc229o4y27dgskb.xn--gdh", | |
"output": null | |
}, | |
{ | |
"input": "xn--nbc493aro75ggskb.xn--gdh", | |
"output": null | |
}, | |
{ | |
"input": "1.2h", | |
"output": "1.2h" | |
}, | |
{ | |
"input": "\u1843\ud835\udfe7\u226f\u1823\uff0e\u6c01\ud960\udff1\ua06b", | |
"output": null | |
}, | |
{ | |
"input": "\u1843\ud835\udfe7>\u0338\u1823\uff0e\u6c01\ud960\udff1\ua06b", | |
"output": null | |
}, | |
{ | |
"input": "\u18435\u226f\u1823.\u6c01\ud960\udff1\ua06b", | |
"output": null | |
}, | |
{ | |
"input": "\u18435>\u0338\u1823.\u6c01\ud960\udff1\ua06b", | |
"output": null | |
}, | |
{ | |
"input": "xn--5-24jyf768b.xn--lqw213ime95g", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u10a1\u755d\u200d\uff0e\u226e", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u10a1\u755d\u200d\uff0e<\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u10a1\u755d\u200d.\u226e", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u10a1\u755d\u200d.<\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u2d01\u755d\u200d.<\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u2d01\u755d\u200d.\u226e", | |
"output": null | |
}, | |
{ | |
"input": "xn--skjy82u.xn--gdh", | |
"output": "xn--skjy82u.xn--gdh" | |
}, | |
{ | |
"input": "\u2d01\u755d.\u226e", | |
"output": "xn--skjy82u.xn--gdh" | |
}, | |
{ | |
"input": "\u2d01\u755d.<\u0338", | |
"output": "xn--skjy82u.xn--gdh" | |
}, | |
{ | |
"input": "\u10a1\u755d.<\u0338", | |
"output": "xn--skjy82u.xn--gdh" | |
}, | |
{ | |
"input": "\u10a1\u755d.\u226e", | |
"output": "xn--skjy82u.xn--gdh" | |
}, | |
{ | |
"input": "xn--0ugc160hb36e.xn--gdh", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u2d01\u755d\u200d\uff0e<\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u2d01\u755d\u200d\uff0e\u226e", | |
"output": null | |
}, | |
{ | |
"input": "xn--8md0962c.xn--gdh", | |
"output": null | |
}, | |
{ | |
"input": "xn--8md700fea3748f.xn--gdh", | |
"output": null | |
}, | |
{ | |
"input": "\ud805\udcc2\u200c\u226e.\u226e", | |
"output": null | |
}, | |
{ | |
"input": "\ud805\udcc2\u200c<\u0338.<\u0338", | |
"output": null | |
}, | |
{ | |
"input": "xn--gdhz656g.xn--gdh", | |
"output": null | |
}, | |
{ | |
"input": "xn--0ugy6glz29a.xn--gdh", | |
"output": null | |
}, | |
{ | |
"input": "xn--my8h.", | |
"output": "xn--my8h." | |
}, | |
{ | |
"input": "\ud83d\udd7c.", | |
"output": "xn--my8h." | |
}, | |
{ | |
"input": "\u10b5\u3002\u06f0\u226e\u00df\u0745", | |
"output": "xn--dlj.xn--zca912alh227g" | |
}, | |
{ | |
"input": "\u10b5\u3002\u06f0<\u0338\u00df\u0745", | |
"output": "xn--dlj.xn--zca912alh227g" | |
}, | |
{ | |
"input": "\u2d15\u3002\u06f0<\u0338\u00df\u0745", | |
"output": "xn--dlj.xn--zca912alh227g" | |
}, | |
{ | |
"input": "\u2d15\u3002\u06f0\u226e\u00df\u0745", | |
"output": "xn--dlj.xn--zca912alh227g" | |
}, | |
{ | |
"input": "\u10b5\u3002\u06f0\u226eSS\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "\u10b5\u3002\u06f0<\u0338SS\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "\u2d15\u3002\u06f0<\u0338ss\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "\u2d15\u3002\u06f0\u226ess\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "\u10b5\u3002\u06f0\u226eSs\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "\u10b5\u3002\u06f0<\u0338Ss\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "xn--dlj.xn--ss-jbe65aw27i", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "\u2d15.\u06f0\u226ess\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "\u2d15.\u06f0<\u0338ss\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "\u10b5.\u06f0<\u0338SS\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "\u10b5.\u06f0\u226eSS\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "\u10b5.\u06f0\u226eSs\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "\u10b5.\u06f0<\u0338Ss\u0745", | |
"output": "xn--dlj.xn--ss-jbe65aw27i" | |
}, | |
{ | |
"input": "xn--dlj.xn--zca912alh227g", | |
"output": "xn--dlj.xn--zca912alh227g" | |
}, | |
{ | |
"input": "\u2d15.\u06f0\u226e\u00df\u0745", | |
"output": "xn--dlj.xn--zca912alh227g" | |
}, | |
{ | |
"input": "\u2d15.\u06f0<\u0338\u00df\u0745", | |
"output": "xn--dlj.xn--zca912alh227g" | |
}, | |
{ | |
"input": "xn--tnd.xn--ss-jbe65aw27i", | |
"output": null | |
}, | |
{ | |
"input": "xn--tnd.xn--zca912alh227g", | |
"output": null | |
}, | |
{ | |
"input": "\u2132\udb40\udd7a\ud937\udd52\u3002\u226f\u2f91", | |
"output": null | |
}, | |
{ | |
"input": "\u2132\udb40\udd7a\ud937\udd52\u3002>\u0338\u2f91", | |
"output": null | |
}, | |
{ | |
"input": "\u2132\udb40\udd7a\ud937\udd52\u3002\u226f\u897e", | |
"output": null | |
}, | |
{ | |
"input": "\u2132\udb40\udd7a\ud937\udd52\u3002>\u0338\u897e", | |
"output": null | |
}, | |
{ | |
"input": "\u214e\udb40\udd7a\ud937\udd52\u3002>\u0338\u897e", | |
"output": null | |
}, | |
{ | |
"input": "\u214e\udb40\udd7a\ud937\udd52\u3002\u226f\u897e", | |
"output": null | |
}, | |
{ | |
"input": "xn--73g39298c.xn--hdhz171b", | |
"output": null | |
}, | |
{ | |
"input": "\u214e\udb40\udd7a\ud937\udd52\u3002>\u0338\u2f91", | |
"output": null | |
}, | |
{ | |
"input": "\u214e\udb40\udd7a\ud937\udd52\u3002\u226f\u2f91", | |
"output": null | |
}, | |
{ | |
"input": "xn--f3g73398c.xn--hdhz171b", | |
"output": null | |
}, | |
{ | |
"input": "\udb42\udea2-\u3002\uda2c\udc8f\u226e\ud805\udf2b", | |
"output": null | |
}, | |
{ | |
"input": "\udb42\udea2-\u3002\uda2c\udc8f<\u0338\ud805\udf2b", | |
"output": null | |
}, | |
{ | |
"input": "xn----bh61m.xn--gdhz157g0em1d", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\udb40\ude79\u200d\u3002\ud9f3\udfe7\u226e\u10a9", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\udb40\ude79\u200d\u3002\ud9f3\udfe7<\u0338\u10a9", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\udb40\ude79\u200d\u3002\ud9f3\udfe7<\u0338\u2d09", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\udb40\ude79\u200d\u3002\ud9f3\udfe7\u226e\u2d09", | |
"output": null | |
}, | |
{ | |
"input": "xn--3n36e.xn--gdh992byu01p", | |
"output": null | |
}, | |
{ | |
"input": "xn--0ugc90904y.xn--gdh992byu01p", | |
"output": null | |
}, | |
{ | |
"input": "xn--3n36e.xn--hnd112gpz83n", | |
"output": null | |
}, | |
{ | |
"input": "xn--0ugc90904y.xn--hnd112gpz83n", | |
"output": null | |
}, | |
{ | |
"input": "\u2490\u226f-\u3002\ufe12\uda65\udc63-\ud939\udee0", | |
"output": null | |
}, | |
{ | |
"input": "\u2490>\u0338-\u3002\ufe12\uda65\udc63-\ud939\udee0", | |
"output": null | |
}, | |
{ | |
"input": "9.\u226f-\u3002\u3002\uda65\udc63-\ud939\udee0", | |
"output": null | |
}, | |
{ | |
"input": "9.>\u0338-\u3002\u3002\uda65\udc63-\ud939\udee0", | |
"output": null | |
}, | |
{ | |
"input": "9.xn----ogo..xn----xj54d1s69k", | |
"output": null | |
}, | |
{ | |
"input": "xn----ogot9g.xn----n89hl0522az9u2a", | |
"output": null | |
}, | |
{ | |
"input": "\ud8c8\ude26\u5e37\uff61\u226f\u843a\u1dc8-", | |
"output": null | |
}, | |
{ | |
"input": "\ud8c8\ude26\u5e37\uff61>\u0338\u843a\u1dc8-", | |
"output": null | |
}, | |
{ | |
"input": "\ud8c8\ude26\u5e37\u3002\u226f\u843a\u1dc8-", | |
"output": null | |
}, | |
{ | |
"input": "\ud8c8\ude26\u5e37\u3002>\u0338\u843a\u1dc8-", | |
"output": null | |
}, | |
{ | |
"input": "xn--qutw175s.xn----mimu6tf67j", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u200c\uff61\u2488\u226f\ud835\udff5", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u200c\uff61\u2488>\u0338\ud835\udff5", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u200c\u30021.\u226f9", | |
"output": null | |
}, | |
{ | |
"input": "\u200c\u200c\u30021.>\u03389", | |
"output": null | |
}, | |
{ | |
"input": ".1.xn--9-ogo", | |
"output": ".1.xn--9-ogo" | |
}, | |
{ | |
"input": "xn--0uga.1.xn--9-ogo", | |
"output": null | |
}, | |
{ | |
"input": ".xn--9-ogo37g", | |
"output": null | |
}, | |
{ | |
"input": "xn--0uga.xn--9-ogo37g", | |
"output": null | |
}, | |
{ | |
"input": "xn--ss-f4j.b.", | |
"output": "xn--ss-f4j.b." | |
}, | |
{ | |
"input": "ss\u103a.b.", | |
"output": "xn--ss-f4j.b." | |
}, | |
{ | |
"input": "SS\u103a.B.", | |
"output": "xn--ss-f4j.b." | |
}, | |
{ | |
"input": "Ss\u103a.b.", | |
"output": "xn--ss-f4j.b." | |
}, | |
{ | |
"input": "xn--ss-f4j585j.b.", | |
"output": null | |
}, | |
{ | |
"input": "xn--zca679eh2l.b.", | |
"output": null | |
}, | |
{ | |
"input": "SS\u103a.b.", | |
"output": "xn--ss-f4j.b." | |
}, | |
{ | |
"input": "\ud835\udfe0\u226e\u200c\uff61\udb40\udd71\u17b4", | |
"output": null | |
}, | |
{ | |
"input": "\ud835\udfe0<\u0338\u200c\uff61\udb40\udd71\u17b4", | |
"output": null | |
}, | |
{ | |
"input": "8\u226e\u200c\u3002\udb40\udd71\u17b4", | |
"output": null | |
}, | |
{ | |
"input": "8<\u0338\u200c\u3002\udb40\udd71\u17b4", | |
"output": null | |
}, | |
{ | |
"input": "xn--8-ngo.", | |
"output": "xn--8-ngo." | |
}, | |
{ | |
"input": "8\u226e.", | |
"output": "xn--8-ngo." | |
}, | |
{ | |
"input": "8<\u0338.", | |
"output": "xn--8-ngo." | |
}, | |
{ | |
"input": "xn--8-sgn10i.", | |
"output": null | |
}, | |
{ | |
"input": "xn--8-ngo.xn--z3e", | |
"output": null | |
}, | |
{ | |
"input": "xn--8-sgn10i.xn--z3e", | |
"output": null | |
}, | |
{ | |
"input": "\u1895\u226f\ufe12\ud8d0\udcaf\uff0e\u10a0", | |
"output": null | |
}, | |
{ | |
"input": "\u1895>\u0338\ufe12\ud8d0\udcaf\uff0e\u10a0", | |
"output": null | |
}, | |
{ | |
"input": "\u1895\u226f\u3002\ud8d0\udcaf.\u10a0", | |
"output": null | |
}, | |
{ | |
"input": "\u1895>\u0338\u3002\ud8d0\udcaf.\u10a0", | |
"output": null | |
}, | |
{ | |
"input": "\u1895>\u0338\u3002\ud8d0\udcaf.\u2d00", | |
"output": null | |
}, | |
{ | |
"input": "\u1895\u226f\u3002\ud8d0\udcaf.\u2d00", | |
"output": null | |
}, | |
{ | |
"input": "xn--fbf851c.xn--ko1u.xn--rkj", | |
"output": null | |
}, | |
{ | |
"input": "\u1895>\u0338\ufe12\ud8d0\udcaf\uff0e\u2d00", | |
"output": null | |
}, | |
{ | |
"input": "\u1895\u226f\ufe12\ud8d0\udcaf\uff0e\u2d00", | |
"output": null | |
}, | |
{ | |
"input": "xn--fbf851cq98poxw1a.xn--rkj", | |
"output": null | |
}, | |
{ | |
"input": "xn--fbf851c.xn--ko1u.xn--7md", | |
"output": null | |
}, | |
{ | |
"input": "xn--fbf851cq98poxw1a.xn--7md", | |
"output": null | |
}, | |
{ | |
"input": "\u7f9a\uff61\u226f", | |
"output": "xn--xt0a.xn--hdh" | |
}, | |
{ | |
"input": "\u7f9a\uff61>\u0338", | |
"output": "xn--xt0a.xn--hdh" | |
}, | |
{ | |
"input": "\u7f9a\u3002\u226f", | |
"output": "xn--xt0a.xn--hdh" | |
}, | |
{ | |
"input": "\u7f9a\u3002>\u0338", | |
"output": "xn--xt0a.xn--hdh" | |
}, | |
{ | |
"input": "xn--xt0a.xn--hdh", | |
"output": "xn--xt0a.xn--hdh" | |
}, | |
{ | |
"input": "\u7f9a.\u226f", | |
"output": "xn--xt0a.xn--hdh" | |
}, | |
{ | |
"input": "\u7f9a.>\u0338", | |
"output": "xn--xt0a.xn--hdh" | |
}, | |
{ | |
"input": "\u2260\uff0e\u200d", | |
"output": null | |
}, | |
{ | |
"input": "=\u0338\uff0e\u200d", | |
"output": null | |
}, | |
{ | |
"input": "\u2260.\u200d", | |
"output": null | |
}, | |
{ | |
"input": "=\u0338.\u200d", | |
"output": null | |
}, | |
{ | |
"input": "xn--1ch.", | |
"output": "xn--1ch." | |
}, | |
{ | |
"input": "\u2260.", | |
"output": "xn--1ch." | |
}, | |
{ | |
"input": "=\u0338.", | |
"output": "xn--1ch." | |
}, | |
{ | |
"input": "xn--1ch.xn--1ug", | |
"output": null | |
}, | |
{ | |
"input": "\ud94e\udf7b\ud8f2\udd41\uff61\u2260\ud835\udff2", | |
"output": null | |
}, | |
{ | |
"input": "\ud94e\udf7b\ud8f2\udd41\uff61=\u0338\ud835\udff2", | |
"output": null | |
}, | |
{ | |
"input": "\ud94e\udf7b\ud8f2\udd41\u3002\u22606", | |
"output": null | |
}, | |
{ | |
"input": "\ud94e\udf7b\ud8f2\udd41\u3002=\u03386", | |
"output": null | |
}, | |
{ | |
"input": "xn--h79w4z99a.xn--6-tfo", | |
"output": null | |
}, | |
{ | |
"input": "\udad7\udd27\uff61\u2260-\udb41\ude44\u2f9b", | |
"output": null | |
}, | |
{ | |
"input": "\udad7\udd27\uff61=\u0338-\udb41\ude44\u2f9b", | |
"output": null | |
}, | |
{ | |
"input": "\udad7\udd27\u3002\u2260-\udb41\ude44\u8d70", | |
"output": null | |
}, | |
{ | |
"input": "\udad7\udd27\u3002=\u0338-\udb41\ude44\u8d70", | |
"output": null | |
}, | |
{ | |
"input": "xn--gm57d.xn----tfo4949b3664m", | |
"output": null | |
}, | |
{ | |
"input": "\ud83c\udcb4\u10ab.\u226e", | |
"output": "xn--2kj7565l.xn--gdh" | |
}, | |
{ | |
"input": "\ud83c\udcb4\u10ab.<\u0338", | |
"output": "xn--2kj7565l.xn--gdh" | |
}, | |
{ | |
"input": "\ud83c\udcb4\u2d0b.<\u0338", | |
"output": "xn--2kj7565l.xn--gdh" | |
}, | |
{ | |
"input": "\ud83c\udcb4\u2d0b.\u226e", | |
"output": "xn--2kj7565l.xn--gdh" | |
}, | |
{ | |
"input": "xn--2kj7565l.xn--gdh", | |
"output": "xn--2kj7565l.xn--gdh" | |
}, | |
{ | |
"input": "xn--jnd1986v.xn--gdh", | |
"output": null | |
}, | |
{ | |
"input": "\u2de3\u200c\u226e\u1a6b.\u200c\u0e3a", | |
"output": null | |
}, | |
{ | |
"input": "\u2de3\u200c<\u0338\u1a6b.\u200c\u0e3a", | |
"output": null | |
}, | |
{ | |
"input": "xn--uof548an0j.xn--o4c", | |
"output": null | |
}, | |
{ | |
"input": "xn--uof63xk4bf3s.xn--o4c732g", | |
"output": null | |
}, | |
{ | |
"input": "\u226e\ud835\udfd5\uff0e\u8b16\u00df\u226f", | |
"output": "xn--7-mgo.xn--zca892oly5e" | |
}, | |
{ | |
"input": "<\u0338\ud835\udfd5\uff0e\u8b16\u00df>\u0338", | |
"output": "xn--7-mgo.xn--zca892oly5e" | |
}, | |
{ | |
"input": "\u226e7.\u8b16\u00df\u226f", | |
"output": "xn--7-mgo.xn--zca892oly5e" | |
}, | |
{ | |
"input": "<\u03387.\u8b16\u00df>\u0338", | |
"output": "xn--7-mgo.xn--zca892oly5e" | |
}, | |
{ | |
"input": "<\u03387.\u8b16SS>\u0338", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "\u226e7.\u8b16SS\u226f", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "\u226e7.\u8b16ss\u226f", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "<\u03387.\u8b16ss>\u0338", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "<\u03387.\u8b16Ss>\u0338", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "\u226e7.\u8b16Ss\u226f", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "xn--7-mgo.xn--ss-xjvv174c", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "xn--7-mgo.xn--zca892oly5e", | |
"output": "xn--7-mgo.xn--zca892oly5e" | |
}, | |
{ | |
"input": "<\u0338\ud835\udfd5\uff0e\u8b16SS>\u0338", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "\u226e\ud835\udfd5\uff0e\u8b16SS\u226f", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "\u226e\ud835\udfd5\uff0e\u8b16ss\u226f", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "<\u0338\ud835\udfd5\uff0e\u8b16ss>\u0338", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "<\u0338\ud835\udfd5\uff0e\u8b16Ss>\u0338", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "\u226e\ud835\udfd5\uff0e\u8b16Ss\u226f", | |
"output": "xn--7-mgo.xn--ss-xjvv174c" | |
}, | |
{ | |
"input": "xn--1-ex54e..c", | |
"output": null | |
}, | |
{ | |
"input": "xn--tsh94183d.c", | |
"output": null | |
}, | |
{ | |
"input": ".xn--91-030c1650n.", | |
"output": ".xn--91-030c1650n." | |
}, | |
{ | |
"input": ".xn--9-ecp936non25a", | |
"output": null | |
}, | |
{ | |
"input": "xn--1od555l3a.xn--9ic", | |
"output": null | |
}, | |
{ | |
"input": "xn--l96h.xn--o8e4044k", | |
"output": null | |
}, | |
{ | |
"input": ".xn----938f", | |
"output": ".xn----938f" | |
}, | |
{ | |
"input": "\u0d4d-\u200d\u200c\uff61\ud955\udfa7\u2085\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\u0d4d-\u200d\u200c\uff61\ud955\udfa7\u2085=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "\u0d4d-\u200d\u200c\u3002\ud955\udfa75\u2260", | |
"output": null | |
}, | |
{ | |
"input": "\u0d4d-\u200d\u200c\u3002\ud955\udfa75=\u0338", | |
"output": null | |
}, | |
{ | |
"input": "xn----jmf.xn--5-ufo50192e", | |
"output": null | |
}, | |
{ | |
"input": "xn----jmf215lda.xn--5-ufo50192e", | |
"output": null | |
}, | |
{ | |
"input": "\ud9ee\udc50\uff61\u226f\ud804\udeea", | |
"output": null | |
}, | |
{ | |
"input": "\ud9ee\udc50\uff61>\u0338\ud804\udeea", | |
"output": null | |
}, | |
{ | |
"input": "\ud9ee\udc50\u3002\u226f\ud804\udeea", | |
"output": null | |
}, | |
{ | |
"input": "\ud9ee\udc50\u3002>\u0338\ud804\udeea", | |
"output": null | |
}, | |
{ | |
"input": "xn--eo08b.xn--hdh3385g", | |
"output": null | |
}, | |
{ | |
"input": "xn--619ep9154c.", | |
"output": null | |
}, | |
{ | |
"input": "\u1894\u2260\udbec\ude42.\u200d\ud800\udee2", | |
"output": null | |
}, | |
{ | |
"input": "\u1894=\u0338\udbec\ude42.\u200d\ud800\udee2", | |
"output": null | |
}, | |
{ | |
"input": "xn--ebf031cf7196a.xn--587c", | |
"output": null | |
}, | |
{ | |
"input": "xn--ebf031cf7196a.xn--1ug9540g", | |
"output": null | |
}, | |
{ | |
"input": "\u200d\u226e\uff0e\udb41\udfea\ud8a6\udecf-", | |
"output": null | |
}, | |
{ | |
"input": "\u200d<\u0338\uff0e\udb41\udfea\ud8a6\udecf-", | |
"output": null | |
}, | |
{ | |
"input": "\u200d\u226e.\udb41\udfea\ud8a6\udecf-", | |
"output": null | |
}, | |
{ | |
"input": "\u200d<\u0338.\udb41\udfea\ud8a6\udecf-", | |
"output": null | |
}, | |
{ | |
"input": "xn--gdh.xn----cr99a1w710b", | |
"output": null | |
}, | |
{ | |
"input": "xn--1ug95g.xn----cr99a1w710b", | |
"output": null | |
}, | |
{ | |
"input": "xn--0m9as84e2e21c.c", | |
"output": null | |
}, | |
{ | |
"input": "xn--1ug1435cfkyaoi04d.c", | |
"output": null | |
}, | |
{ | |
"input": "\u2260\u81a3\u3002\u0f83", | |
"output": null | |
}, | |
{ | |
"input": "=\u0338\u81a3\u3002\u0f83", | |
"output": null | |
}, | |
{ | |
"input": "xn--1chy468a.xn--2ed", | |
"output": null | |
} | |
], | |
"changed": [ | |
{ | |
"input": "xn--xn--a--gua.pt", | |
"output_new": null, | |
"output_old": "xn--xn--a--gua.pt" | |
} | |
], | |
"removed": [ | |
{ | |
"input": "-\udb40\ude56\ua867\uff0e\udb40\ude82\ud8dc\udd83\ud83c\udd09", | |
"output": null | |
}, | |
{ | |
"input": "\ud83c\udd04\uff0e\u1cdc\u2488\u00df", | |
"output": null | |
}, | |
{ | |
"input": "\ud83c\udd04\uff0e\u1cdc\u2488SS", | |
"output": null | |
}, | |
{ | |
"input": "\ud83c\udd04\uff0e\u1cdc\u2488ss", | |
"output": null | |
}, | |
{ | |
"input": "\ud83c\udd04\uff0e\u1cdc\u2488Ss", | |
"output": null | |
}, | |
{ | |
"input": "\u0756\u3002\u3164\u200d\u03c2", | |
"output": null | |
}, | |
{ | |
"input": "\u0756\u3002\u1160\u200d\u03c2", | |
"output": null | |
}, | |
{ | |
"input": "\u0756\u3002\u1160\u200d\u03a3", | |
"output": null | |
}, | |
{ | |
"input": "\u0756\u3002\u1160\u200d\u03c3", | |
"output": null | |
}, | |
{ | |
"input": "\u0756\u3002\u3164\u200d\u03a3", | |
"output": null | |
}, | |
{ | |
"input": "\u0756\u3002\u3164\u200d\u03c3", | |
"output": null | |
}, | |
{ | |
"input": "\ud83c\udd07\u4f10\ufe12.\ud831\ude5a\ua8c4", | |
"output": null | |
}, | |
{ | |
"input": "\ud802\ude3f.\ud83c\udd06\u2014", | |
"output": null | |
}, | |
{ | |
"input": "\u1c32\ud83c\udd08\u2f9b\u05a6\uff0e\u200d\uda7e\udd64\u07fd", | |
"output": null | |
}, | |
{ | |
"input": "\ud83e\udc9f\ud83c\udd08\u200d\ua84e\uff61\u0f84", | |
"output": null | |
}, | |
{ | |
"input": "\ud02c-?\ud99b\udcd2.\u200c\u0ac5\udb67\ude24\u06f4", | |
"output": null | |
}, | |
{ | |
"input": "\u110f\u1170\u11bb-?\ud99b\udcd2.\u200c\u0ac5\udb67\ude24\u06f4", | |
"output": null | |
}, | |
{ | |
"input": "xn---?-6g4k75207c.xn--hmb76q74166b", | |
"output": null | |
}, | |
{ | |
"input": "xn---?-6g4k75207c.xn--hmb76q48y18505a", | |
"output": null | |
}, | |
{ | |
"input": "\ud02c-?\ud99b\udcd2.xn--hmb76q74166b", | |
"output": null | |
}, | |
{ | |
"input": "\u110f\u1170\u11bb-?\ud99b\udcd2.xn--hmb76q74166b", | |
"output": null | |
}, | |
{ | |
"input": "\u110f\u1170\u11bb-?\ud99b\udcd2.XN--HMB76Q74166B", | |
"output": null | |
}, | |
{ | |
"input": "\ud02c-?\ud99b\udcd2.XN--HMB76Q74166B", | |
"output": null | |
}, | |
{ | |
"input": "\ud02c-?\ud99b\udcd2.Xn--Hmb76q74166b", | |
"output": null | |
}, | |
{ | |
"input": "\u110f\u1170\u11bb-?\ud99b\udcd2.Xn--Hmb76q74166b", | |
"output": null | |
}, | |
{ | |
"input": "\ud02c-?\ud99b\udcd2.xn--hmb76q48y18505a", | |
"output": null | |
}, | |
{ | |
"input": "\u110f\u1170\u11bb-?\ud99b\udcd2.xn--hmb76q48y18505a", | |
"output": null | |
}, | |
{ | |
"input": "\u110f\u1170\u11bb-?\ud99b\udcd2.XN--HMB76Q48Y18505A", | |
"output": null | |
}, | |
{ | |
"input": "\ud02c-?\ud99b\udcd2.XN--HMB76Q48Y18505A", | |
"output": null | |
}, | |
{ | |
"input": "\ud02c-?\ud99b\udcd2.Xn--Hmb76q48y18505a", | |
"output": null | |
}, | |
{ | |
"input": "\u110f\u1170\u11bb-?\ud99b\udcd2.Xn--Hmb76q48y18505a", | |
"output": null | |
}, | |
{ | |
"input": "\udaa5\udeaa\uff61\ud83c\udd02", | |
"output": null | |
}, | |
{ | |
"input": "\u186f\u2689\u59f6\ud83c\udd09\uff0e\u06f7\u200d\ud83c\udfaa\u200d", | |
"output": null | |
}, | |
{ | |
"input": "\ua67d\u200c\ud87e\uddf5\ud83c\udd06\uff61\u200c\ud804\udc42\u1b01", | |
"output": null | |
}, | |
{ | |
"input": "\ua67d\u200c\u9723\ud83c\udd06\uff61\u200c\ud804\udc42\u1b01", | |
"output": null | |
}, | |
{ | |
"input": "\udacf\udc99\udb40\uded8\uff61?-\u200d", | |
"output": null | |
}, | |
{ | |
"input": "\udacf\udc99\udb40\uded8\u3002?-\u200d", | |
"output": null | |
}, | |
{ | |
"input": "xn--ct86d8w51a.?-", | |
"output": null | |
}, | |
{ | |
"input": "xn--ct86d8w51a.xn--?--n1t", | |
"output": null | |
}, | |
{ | |
"input": "xn--ct86d8w51a.?-\u200d", | |
"output": null | |
}, | |
{ | |
"input": "XN--CT86D8W51A.?-\u200d", | |
"output": null | |
}, | |
{ | |
"input": "Xn--Ct86d8w51a.?-\u200d", | |
"output": null | |
}, | |
{ | |
"input": "-\u1897\u200c\ud83c\udd04.\ud805\udf22", | |
"output": null | |
}, | |
{ | |
"input": "\ud835\udfd6\u00df\uff0e\udb40\udd10-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "8\u00df.\udb40\udd10-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "8\u00df.\udb40\udd10-?\u2d0f", | |
"output": null | |
}, | |
{ | |
"input": "8SS.\udb40\udd10-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "8ss.\udb40\udd10-?\u2d0f", | |
"output": null | |
}, | |
{ | |
"input": "8ss.\udb40\udd10-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "8ss.xn---?-gfk", | |
"output": null | |
}, | |
{ | |
"input": "8ss.xn---?-261a", | |
"output": null | |
}, | |
{ | |
"input": "xn--8-qfa.xn---?-261a", | |
"output": null | |
}, | |
{ | |
"input": "xn--8-qfa.xn---?-gfk", | |
"output": null | |
}, | |
{ | |
"input": "\ud835\udfd6\u00df\uff0e\udb40\udd10-?\u2d0f", | |
"output": null | |
}, | |
{ | |
"input": "\ud835\udfd6SS\uff0e\udb40\udd10-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "\ud835\udfd6ss\uff0e\udb40\udd10-?\u2d0f", | |
"output": null | |
}, | |
{ | |
"input": "\ud835\udfd6ss\uff0e\udb40\udd10-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "8ss.-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "8ss.-?\u2d0f", | |
"output": null | |
}, | |
{ | |
"input": "8SS.-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "xn--8-qfa.-?\u2d0f", | |
"output": null | |
}, | |
{ | |
"input": "XN--8-QFA.-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "Xn--8-Qfa.-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "xn--8-qfa.-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "\ud835\udfd6Ss\uff0e\udb40\udd10-?\u10af", | |
"output": null | |
}, | |
{ | |
"input": "8Ss.\udb40\udd10-?\u10af", | |
"output": null | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment