-
Notifications
You must be signed in to change notification settings - Fork 97
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
Inline comments throwing lexical parsing exceptions #317
Comments
I think the linked PR does the trick. However, I've not been really active here lately, so I'll leave the merge (and release) to @msangel |
Amazing! Thanks! |
Released as 0.9.2.0. Maven will take few hours to sync for this library available for all |
Thanks @msangel 👌 |
I finally got a chance to test this, and 0.9.2.0 is still throwing exceptions when processing the following:
According to the documentation (https://shopify.github.io/liquid/tags/template/#inline-comments) this should be allowed. I've tried both LIQP and LIQUID flavors and get the same error. It's possible I'm missing something simple in my configuration, but the template parses correct without those styles of comments. |
Just noticed your last comment. I will have a look. |
Just wondering if you had a chance to look at this yet? I really appreciate you taking the time to even submit a PR to include this and can only imagine how busy you are. Thanks! |
Ah, I see what is going wrong. |
Are there any plans to support the inline comment styles in newer versions of Liquid?
For example:
and
Currently these styles of comments are throwing lexical parsing exceptions like:
The text was updated successfully, but these errors were encountered: