Fix legal bare identifier example (#21)
This commit is contained in:
parent
96580a129e
commit
9d6c436864
|
|
@ -167,7 +167,7 @@ smile "😁"
|
||||||
"!@#$@$%Q#$%~@!40" "1.2.3" "!!!!!"=true
|
"!@#$@$%Q#$%~@!40" "1.2.3" "!!!!!"=true
|
||||||
|
|
||||||
// The following is a legal bare identifier:
|
// The following is a legal bare identifier:
|
||||||
foo123~!@#$%^&*.:'|/?+ "weeee"
|
foo123~!@#$%^&*.:'|?+ "weeee"
|
||||||
|
|
||||||
// And you can also use unicode!
|
// And you can also use unicode!
|
||||||
ノード お名前="☜(゚ヮ゚☜)"
|
ノード お名前="☜(゚ヮ゚☜)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue