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

Beautifier breaks regular expressions #1

Open
emreatbina opened this issue Jul 15, 2013 · 1 comment
Open

Beautifier breaks regular expressions #1

emreatbina opened this issue Jul 15, 2013 · 1 comment
Labels

Comments

@emreatbina
Copy link

This beautifier can break regular expressions:

e.g. turns this:
/^[\w\d_.-]+@[\w\d-.]+$/

into this:
/^[wd_.-]+@[wd-.]+$/

@simonhoss
Copy link
Owner

Hi,

thanks for the report.
I found the problem. Would you please test it with the new release: https://github.com/feuersh/Eclipse-JsBeautifier/blob/master/release/jsbeautifier0.2.zip

Greets

@simonhoss simonhoss reopened this Jul 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants