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

Quote the empty string as an ident #7661

Merged
merged 1 commit into from
Nov 29, 2016
Merged

Quote the empty string as an ident #7661

merged 1 commit into from
Nov 29, 2016

Conversation

jsternberg
Copy link
Contributor

Without this quoting, the function max("") turns into max() and will
not be reparsed correctly.

Backport of #7644.

Without this quoting, the function `max("")` turns into `max()` and will
not be reparsed correctly.
@jsternberg jsternberg added this to the 1.1.1 milestone Nov 29, 2016
@jsternberg jsternberg merged commit 5edad31 into 1.1 Nov 29, 2016
@jsternberg jsternberg deleted the js-backport-7644 branch November 29, 2016 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants