lark.exceptions.UnexpectedToken: Unexpected token Token('STRING_LIT', '"\n}\n\nblock "') at line 2, column 24.
Expected one of:
* FOR_EACH
* $END
* IN
* IF
* NL_OR_COMMENT
* FOR
* NAME
Previous tokens: [Token('RBRACE', '}')]
I plan to fix this in a future PR, just creating this issue for tracking purposes.
Example code:
Expected output:
Actual output:
I plan to fix this in a future PR, just creating this issue for tracking purposes.