Skip to content

Commit 39f4a5d

Browse files
supplientFelipe Zimmerle
authored andcommitted
Fix double macros bug
Macro run strangely if I input double macros like "%{ARGS_COMBINED_SIZE}%{ARGS_COMBINED_SIZE}".
1 parent 18cdffd commit 39f4a5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/seclang-scanner.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ EQUALS_MINUS (?i:=\-)
657657

658658
<EXPECTING_ACTION_PREDICATE_VARIABLE>{
659659
[}] { BEGIN_PREVIOUS(); }
660-
[}][%] { BEGIN_PREVIOUS(); }
661660
}
662661

663662
<ACTION_PREDICATE_ENDS_WITH_QUOTE>{

0 commit comments

Comments
 (0)