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

Fix incomplete list of non-positionable operators (python lib) #878

Merged
merged 2 commits into from Feb 23, 2016
Merged

Fix incomplete list of non-positionable operators (python lib) #878

merged 2 commits into from Feb 23, 2016

Conversation

orottier
Copy link

Now it is the same as the JS list:
js/lib/beautify.js:1746

This caused operations like 'a -= 2;' to be changed to
'a - = 2;', which breaks

@bitwiseman bitwiseman added this to the v1.6.3 milestone Feb 23, 2016
@bitwiseman
Copy link
Member

@orottier,
Great! Please add a test that uses these symbols to prevent regressions.

Otto added 2 commits February 23, 2016 16:51
Now it is the same as the JS list:
js/lib/beautify.js:1746

This caused operations like 'a -= 2;' to be changed to
'a - = 2;', which breaks
bitwiseman added a commit that referenced this pull request Feb 23, 2016
Fix incomplete list of non-positionable operators (python lib)
@bitwiseman bitwiseman merged commit 7fa79e8 into beautifier:master Feb 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants