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

Tests: fix unintentional parse error in js test file #1719

Merged
merged 1 commit into from
Nov 8, 2017

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Oct 16, 2017

Related to #1718

This typo highlights a bug in the JS Tokenizer were the original file would be processed in such a way that the 'hi); would end up being tokenized as T_WHITESPACE.

Strangely enough, the 1 and 2 JS test files for these two sniffs do get tokenized correctly.

This typo highlights a bug in the JS Tokenizer were the original file would be processed in such a way that the `'hi);` would end up being tokenized as `T_WHITESPACE`.
@gsherwood
Copy link
Member

Thanks

@gsherwood gsherwood added this to the 3.2.0 milestone Nov 8, 2017
@jrfnl jrfnl deleted the feature/fix-error-in-test branch November 8, 2017 11:25
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