tests: adjust bare identifier inputs to match spec.

/ is not a valid identifier character. This updates
unusual_chars_in_bare_id.kdl to only include unusual but valid
identifier characters, and adds separate invalid input tests
for non-identifier characters.

Fixes #166
This commit is contained in:
David Anderson 2021-09-16 10:16:12 -07:00
parent 8ae4ae648e
commit b99ae1c856
10 changed files with 10 additions and 2 deletions

View File

@ -1 +1 @@
foo123~!@#$%^&*.:'|/?+ "weeee"
foo123~!@#$%^&*.:'|?+ "weeee"

View File

@ -0,0 +1 @@
foo123\bar "weeee"

View File

@ -0,0 +1 @@
foo123{bar}foo "weeee"

View File

@ -0,0 +1 @@
foo123<bar>foo "weeee"

View File

@ -0,0 +1 @@
foo123,bar "weeee"

View File

@ -0,0 +1 @@
foo123(bar)foo "weeee"

View File

@ -0,0 +1 @@
foo123"bar "weeee"

View File

@ -0,0 +1 @@
foo123/bar "weeee"

View File

@ -0,0 +1 @@
foo123[bar]foo "weeee"

View File

@ -1 +1 @@
foo123~!@#$%^&*.:'|/?+ "weeee"
foo123~!@#$%^&*.:'|?+ "weeee"