we were lucky, but - indicates a range; corrected
This commit is contained in:
parent
b8b355a0a2
commit
d1a390924f
|
@ -11,7 +11,7 @@
|
|||
STGARB:\000-\200
|
||||
STSKIP:\r \t\013\f
|
||||
STNL:\n
|
||||
STCOMP:!&+-<=>|
|
||||
STCOMP:-!&+<=>|
|
||||
STSIMP:%()*,/:;?[]^{}~
|
||||
STCHAR:'
|
||||
STIDF:a-zA-Z_
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
STGARB:\000-\200
|
||||
STSKIP: \r\t\013\014\015
|
||||
STNL:\012
|
||||
STSIMP:#&()*+,-/;=[]^{|}~
|
||||
STSIMP:-#&()*+,/;=[]^{|}~
|
||||
STCOMP:.:<>
|
||||
STIDF:a-zA-Z
|
||||
STSTR:"'
|
||||
|
|
Loading…
Reference in a new issue