Oops, this is correct.
This commit is contained in:
parent
fb77134b58
commit
98bcedd32a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31587
@ -5,7 +5,7 @@
|
||||
|
||||
case ch = getc
|
||||
- when /[~_*$?!@/\\;,=:<>".]/ #"
|
||||
+ when /[~_*$?!@\/\;,=:<>".]/ #"
|
||||
+ when /[~_*$?!@\/\\;,=:<>".]/ #"
|
||||
Token(TkGVAR, "$" + ch)
|
||||
when "-"
|
||||
Token(TkGVAR, "$-" + getc)
|
||||
|
Loading…
Reference in New Issue
Block a user