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
Spacebars block comments causes unexpected errors #2175
Comments
arbesfeld
added a commit
to arbesfeld/meteor
that referenced
this issue
May 27, 2014
This fixes an edge case where a comment is followed immediately by an {{else}} token.
dgreensp
added a commit
that referenced
this issue
May 27, 2014
Fix for #2175 - Spacebars block comment causes unexpected errors
Fixed with #2180. Thanks @arbesfeld! 👍 👍 👍 |
martijnwalraven
pushed a commit
that referenced
this issue
Feb 22, 2016
This fixes an edge case where a comment is followed immediately by an {{else}} token.
martijnwalraven
pushed a commit
that referenced
this issue
Feb 22, 2016
This fixes an edge case where a comment is followed immediately by an {{else}} token.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction: https://github.com/Multiply/meteor-spacebars-comment-bug
A little discussion: https://groups.google.com/forum/#!topic/meteor-talk/i2m4QDkBG14
The text was updated successfully, but these errors were encountered: