forked from christian-oudard/htmltreediff
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
FAIL: htmltreediff.test_html.test_unwrap_div_shows_as_content_change
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/vagrant/env/src/nose/nose/case.py", line 186, in runTest
self.test(*self.arg)
File "/home/vagrant/PolicyStat/htmltreediff/htmltreediff/test_html.py", line 141, in test_unwrap_div_shows_as_content_change
'<ul><li>Foo bar</li></ul>'
AssertionError: '<ul><li><del><div>Foo bar</div></del><ins>Foo bar</ins></li></ul>' != '<ul><li>Foo bar</li></ul>'