Fixed bug with @ next to paren throwing error (#883)

Co-authored-by: Riddle <75004732+Aimware0@users.noreply.github.com>
This commit is contained in:
Riddle
2022-06-16 18:20:49 -04:00
committed by GitHub
parent 8a31454a4c
commit fe94a012eb

View File

@@ -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