Fix scan error

This commit is contained in:
Thomas Arts 2019-04-08 12:29:18 +02:00
parent d2c70509dd
commit fe7e3a638a

View File

@ -18,7 +18,7 @@ INT = {DIGIT}+
HEX = 0x{HEXDIGIT}+
OBJECT = @[a-z][a-z]_{BASE58}+
HASH = #{BASE64}+
SIG = \$\sg_{BASE58}+
SIG = \$sg_{BASE58}+
WS = [\000-\s]
ID = {LOWER}[a-zA-Z0-9_]*
STRING = "[^"]*"