tests: ensure output of illegal ident is quoted

This commit is contained in:
Ben Reinhart 2021-09-17 16:29:45 -04:00
parent 0bbe723eb5
commit 9122a26589
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"