gawel / pyquery

A jquery-like library for python
http://pyquery.rtfd.org/
Other
2.3k stars 182 forks source link

Fix whitespace issue in test_pyquery.py #63

Closed jbergstroem closed 10 years ago

jbergstroem commented 10 years ago

This resolves two broken tests for me:

Fixes #62. Tested in py26,27,32,33,34 (with tox and plain nosetests)

jbergstroem commented 10 years ago

(btw, if anyone knows how to do pull req's without creating issues -- do tell!)

gawel commented 10 years ago

Merged. Thanks. Even if I can't reproduce the problem here... :)

jbergstroem commented 10 years ago

@gawel FYI - A bit of debugging by @arfrever seems to point the difference in results to changes in libxml2 (as used by lxml).

Arfrever commented 10 years ago

According to my archival data, this problem occurs with libxml2 >=2.9.0.

gawel commented 10 years ago

Good to know. Do you need a release ?

jbergstroem commented 10 years ago

@gawel Inclined to say no since its only affecting the test suite