tests: ensure output of illegal ident is quoted (#178)

This commit is contained in:
Ben Reinhart 2021-09-17 16:33:56 -04:00 committed by GitHub
parent 0bbe723eb5
commit 8ca18fec0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ smile "😁"
"!@#$@$%Q#$%~@!40" "1.2.3" "!!!!!"=true
// The following is a legal bare identifier:
foo123~!@#$%^&*.:'|/?+ "weeee"
foo123~!@#$%^&*.:'|?+ "weeee"
// And you can also use unicode!
ノード お名前="☜(゚ヮ゚☜)"

View File

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