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

Bug with RegExp #547

Closed
kobezzza opened this issue Oct 1, 2014 · 1 comment
Closed

Bug with RegExp #547

kobezzza opened this issue Oct 1, 2014 · 1 comment
Milestone

Comments

@kobezzza
Copy link

kobezzza commented Oct 1, 2014

Code:

var a = typeof /foo\//; // 'object', all fine

After beautify:

var a = typeof / foo\ //; // SyntaxError: syntax error
@bitwiseman bitwiseman added this to the v1.6.0 milestone Oct 1, 2014
@bitwiseman
Copy link
Member

Ouch.

@bitwiseman bitwiseman modified the milestones: v1.6.0, v1.5.3 Oct 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants