-
Notifications
You must be signed in to change notification settings - Fork 27
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
test failing #1
Comments
ping? |
Tests failing are the result of the changes that have happened since the original was updated. Those tests pass with python 2.7.5. You can roll back your repo and see this if you want:
the second commit a18f852 is when tests started to fail:
|
Yeah, I must admit that I completely ignored the tests when updating the code. The test failures actually all show behaviour that I would call correct, according to the whitespace and markup handling changes I made. So the tests need fixing, not the code. |
I thought it was mostly whitespace changes too, but one of the test failures gave me pause:
Isn't there a missing <b> in the actual output as compared with the expected output? |
Hey there. I ran
./htmldiff test
and got the following:http://cl.ly/image/2g0W3Y2c3S19
Do you think these tests failing could be related to my python version (2.7.3)?
The text was updated successfully, but these errors were encountered: