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

fix: jinja templates containing parentheses or curly braces are not limited to output strings anymore #1769

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

fspot
Copy link
Member

@fspot fspot commented Sep 12, 2024

For example this expression

{{ {}.get('LABEL', 250) }}

now outputs 250 instead of "250"

@fspot fspot added the bug Something isn't working label Sep 12, 2024
@fspot fspot self-assigned this Sep 12, 2024
@fspot fspot force-pushed the fix-jinja-detection branch from 1ff92a8 to 47036a0 Compare September 12, 2024 10:06
@fspot fspot merged commit 8a418b0 into master Sep 13, 2024
4 checks passed
@fspot fspot deleted the fix-jinja-detection branch September 13, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants