summaryrefslogtreecommitdiff
path: root/tests/parsing/strange_keys.pom
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-08 22:03:14 -0400
committerpommicket <pommicket@gmail.com>2025-09-08 22:03:14 -0400
commitf63e631a8e110c7b0a54b8b55516ad3c2d75b626 (patch)
tree5e9199cfab18a330a31013ec2cdcef22f38dce17 /tests/parsing/strange_keys.pom
parenta43c3e078f5b49be7e662b650f61d23aaf6aae9a (diff)
Add more tests
Diffstat (limited to 'tests/parsing/strange_keys.pom')
-rw-r--r--tests/parsing/strange_keys.pom26
1 files changed, 26 insertions, 0 deletions
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