From fe7e3a638a9bd531f95b6289d82647f807576090 Mon Sep 17 00:00:00 2001 From: Thomas Arts Date: Mon, 8 Apr 2019 12:29:18 +0200 Subject: [PATCH] Fix scan error --- src/aeb_fate_asm_scan.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aeb_fate_asm_scan.template b/src/aeb_fate_asm_scan.template index b5da2b7..9f4d73e 100644 --- a/src/aeb_fate_asm_scan.template +++ b/src/aeb_fate_asm_scan.template @@ -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 = "[^"]*"