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

New lines in logical operator #342

Closed
sebastienros opened this issue May 3, 2021 · 1 comment
Closed

New lines in logical operator #342

sebastienros opened this issue May 3, 2021 · 1 comment

Comments

@sebastienros
Copy link

This sample: https://liquidjs.com/playground.html#eyUNCmlmDQp0cnVlDQpvciANCmZhbHNlDQolfQ0KdHJ1ZQ0KeyUNCmVuZGlmDQolfQ==

{%
if
true
or 
false
%}
true
{%
endif
%}

Contains a space after the or keyword. When the space is removed the template fails to parse. Is that expected?

@harttle harttle added the bug label May 4, 2021
@harttle harttle closed this as completed in 3e3d84a May 4, 2021
harttle pushed a commit that referenced this issue May 4, 2021
## [9.24.2](v9.24.1...v9.24.2) (2021-05-04)

### Bug Fixes

* operator boundary not correctly recognized, fixes [#342](#342) ([3e3d84a](3e3d84a))
@harttle
Copy link
Owner

harttle commented May 4, 2021

🎉 This issue has been resolved in version 9.24.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants