Fixed bug with @ next to paren throwing error (#883)
Co-authored-by: Riddle <75004732+Aimware0@users.noreply.github.com>
This commit is contained in:
@@ -171,7 +171,8 @@ def validate_correct_parenthesis_syntax(current_pos, all_tokens, left_token=None
|
||||
TokenType.LE,
|
||||
TokenType.OR,
|
||||
TokenType.AND,
|
||||
TokenType.SECTIONAND
|
||||
TokenType.SECTIONAND,
|
||||
TokenType.NOTIFICATION
|
||||
]
|
||||
|
||||
global OPENING_PARENTHESIS_COUNT
|
||||
|
||||
Reference in New Issue
Block a user