-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fixed bug with css pseudo-classes #431
Conversation
Fixed bug when formatter adds whitespace after colon in a:hover or other pseudo-classes
Could you add some test cases to verify this fix, please? Also, does the issue repro in the JS version? |
How can I add tests? |
Add expected input and output assertions to beautify-tests.js and testjsbeautifier.py. After an initial |
I'm also interested in this fix. I tried to add some tests to this pull request but couldn't get Here is the output of
If I could get this to pass, I could try to add the missing tests for the PR. |
That is strange. c30247f passed in travis-ci. Not sure what could be the problem... |
I'm running ubuntu 13.10 on a 64bit system, using node v0.10.21. Steps to reproduce are:
Let me know if you need any more information, I'll be glad to help. |
In the tests referenced above, |
Thing have moved forward quite a bit since this was written. Closing. Please merge and reopen if you see the need. |
Fixed bug when formatter adds whitespace after colon in a:hover or other pseudo-classes