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

[BUGFIX] Fix f:if inline syntax case #803

Merged
merged 1 commit into from
Jun 8, 2023
Merged

[BUGFIX] Fix f:if inline syntax case #803

merged 1 commit into from
Jun 8, 2023

Conversation

lolli42
Copy link
Member

@lolli42 lolli42 commented Jun 8, 2023

Good: {f:if(condition:'{myVariable}',then: '1', else:'0')}
Bad: {f:if(condition:'{myVariable}',then: 1, else:0)}

This is a regression of 2.9.0. The patch adds coverage and fixes the case.

Good: {f:if(condition:'{myVariable}',then: '1', else:'0')}
Bad:  {f:if(condition:'{myVariable}',then: 1, else:0)}

This is a regression of 2.9.0. The patch adds coverage
and fixes the case.
@lolli42 lolli42 merged commit a502df3 into main Jun 8, 2023
@lolli42 lolli42 deleted the lolli-1 branch June 8, 2023 10:12
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.

2 participants