Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warnings for unclosed tokens #1093

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Conversation

jasmith-hs
Copy link
Contributor

Fixes #1038 and #373 by adding a warning when an expression or tag isn't closed.
It will continue to interpret as text, but will now include an interpreter warning for cases such as these:

  • {{ 'foo }}
  • {{ 'foo' }
  • {% print 'foo' }}

@jasmith-hs jasmith-hs merged commit 3fb854b into master Aug 4, 2023
4 checks passed
@jasmith-hs jasmith-hs deleted the unclosed-token-warning branch August 4, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expected Exception during execution
1 participant