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

Invalid output for member access on number literals #101

Open
gerardpaapu opened this issue Aug 16, 2013 · 0 comments
Open

Invalid output for member access on number literals #101

gerardpaapu opened this issue Aug 16, 2013 · 0 comments
Assignees
Milestone

Comments

@gerardpaapu
Copy link

$ echo "0x0.toString()" > test.js
$ java -jar yuicompressor-2.4.8.jar test.js
0.toString();

0.toString(); is not the correct syntax here, it should be (0).toString(); or possibly 0..toString();

@tml tml added this to the 2.4.9 milestone Sep 22, 2014
@tml tml self-assigned this Sep 22, 2014
@tml tml self-assigned this Jul 8, 2015
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

No branches or pull requests

2 participants