You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
weaversam8
changed the title
Lark grammar does not support interpolations nested more than 3 times
Lark grammar does not support interpolations nested more than 2 times
Oct 14, 2024
weaversam8
added a commit
to weaversam8/python-hcl2
that referenced
this issue
Oct 14, 2024
Example code:
Expected output:
Actual output:
I plan to fix this in a future PR, just creating this issue for tracking purposes.
The text was updated successfully, but these errors were encountered: