From f63e631a8e110c7b0a54b8b55516ad3c2d75b626 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 8 Sep 2025 22:03:14 -0400 Subject: Add more tests --- tests/parsing/strange_keys.pom | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/parsing/strange_keys.pom (limited to 'tests/parsing/strange_keys.pom') diff --git a/tests/parsing/strange_keys.pom b/tests/parsing/strange_keys.pom new file mode 100644 index 0000000..a0e2cae --- /dev/null +++ b/tests/parsing/strange_keys.pom @@ -0,0 +1,26 @@ +- = 0 +* = 1 +**-** = 2 +/ = 3 +9.9 = 4 +-2 = 5 +7 = 6 +_ = 7 +__ = 8 +œ = 9 +# combining grave accent +̀ = 10 +# U+E000 (in Private Use Area) + = 11 +# U+102345 (in Private Use Area) +􂍅 = 12 +# non breaking space +  = 13 +[̀] +􂍅 = 14 +[*] +* = 15 +[-] +- = 16 +[0] +0 = 17 -- cgit v1.2.3