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

Fix lexing of heredoc end after interpolated var #5588

Closed
wants to merge 2 commits into from

Conversation

nikic
Copy link
Contributor

@nikic nikic commented Jul 4, 2015

Previously something like {$var}LABEL was detected as an end of the heredoc string, even though it misses the required newline.

And once again, this does not include the generated lexer...

Previously something like {$var}LABEL was detected as an end of the
heredoc string, even though it misses the required newline.
@facebook-github-bot
Copy link
Contributor

This pull request has been imported into Phabricator, and discussion and review of the diff will take place at https://reviews.facebook.net/D41199

@hhvm-bot hhvm-bot closed this in 3d0215e Jul 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants