mirror of https://github.com/kdl-org/kdl.git
tests: ensure output of illegal ident is quoted (#178)
This commit is contained in:
parent
0bbe723eb5
commit
8ca18fec0a
|
|
@ -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!
|
||||
ノード お名前="☜(゚ヮ゚☜)"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
foo123~!@#$%^&*.:'|/?+ "weeee"
|
||||
"foo123~!@#$%^&*.:'|/?+" "weeee"
|
||||
|
|
|
|||
Loading…
Reference in New Issue