tests: adjust bare identifier inputs to match spec. (#168)

/ 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:
Dave Anderson 2021-09-16 10:46:22 -07:00 committed by GitHub
parent 8ae4ae648e
commit 0bbe723eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"