-
Notifications
You must be signed in to change notification settings - Fork 2k
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
#1056 Fixed grammar for nested raw blocks #1060
Conversation
this.popState(); | ||
return 'END_RAW_BLOCK'; | ||
if (this.conditionStack[this.conditionStack.length-1] === 'raw') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be using this.topState()
here, but it currently returns the second top instead of the first top. Opened an issue about it at zaach/jison#291
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment should be a comment in the source.
Looks good, just want to get that comment in the source and then I'll be glad to merge. |
Cool. Just added the comment to the source. |
#1056 Fixed grammar for nested raw blocks
Thanks! |
Thanks guys! |
Released in 4.0.0 |
No description provided.