Skip to content

Instantly share code, notes, and snippets.

@gsnedders
Created March 19, 2014 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gsnedders/9653913 to your computer and use it in GitHub Desktop.
Save gsnedders/9653913 to your computer and use it in GitHub Desktop.
..............FFF...................................................................................................................F...........................................................................................................................................FFFFFFF..........FFFFFF.........................................................................FFFFFFF..........FFFF..........................................F..................................F.....................................FFFF.....F.........F..F.F..........F.........................................FFFF..............FF..F..................................FF................................FF.......................................................................................................................................FFFFFFF....................................................................................................................................F.................F...........................................................................................FF....F.....................................F.....................FFF..F......FF............................................................................................................................................................F........F..............................F...F.......F.FF.F.F....................................................................................................F......F...................
======================================================================
FAIL: html5lib.tests.test_serializer.test_serializer([[u'StartTag', u'http://www.w3.org/1999/xhtml', u'pre', {}], [u'Characters', u'\t\r\n\x0c foo \t\r\n\x0c bar \t\r\n\x0c'], [u'EndTag', u'http://www.w3.org/1999/xhtml', u'pre']], [u'<pre>\t\r\n\x0c foo \t\r\n\x0c bar \t\r\n\x0c</pre>'], {u'strip_whitespace': True})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 104, in runSerializerTest
assert expected[0] == result, "Expected:\n%s\nActual:\n%s\nOptions:\n%s" % (expected[0], result, str(options))
AssertionError: Expected:
<pre>
foo
bar
</pre>
Actual:
<pre>
foo
bar
</pre>
Options:
{u'strip_whitespace': True}
======================================================================
FAIL: html5lib.tests.test_serializer.test_serializer([[u'StartTag', u'http://www.w3.org/1999/xhtml', u'pre', {}], [u'Characters', u'\t\r\n\x0c fo'], [u'StartTag', u'http://www.w3.org/1999/xhtml', u'span', {}], [u'Characters', u'o \t\r\n\x0c b'], [u'EndTag', u'http://www.w3.org/1999/xhtml', u'span'], [u'Characters', u'ar \t\r\n\x0c'], [u'EndTag', u'http://www.w3.org/1999/xhtml', u'pre']], [u'<pre>\t\r\n\x0c fo<span>o \t\r\n\x0c b</span>ar \t\r\n\x0c</pre>'], {u'strip_whitespace': True})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 104, in runSerializerTest
assert expected[0] == result, "Expected:\n%s\nActual:\n%s\nOptions:\n%s" % (expected[0], result, str(options))
AssertionError: Expected:
<pre>
fo<span>o
b</span>ar
</pre>
Actual:
<pre>
fo<span>o
b</span>ar
</pre>
Options:
{u'strip_whitespace': True}
======================================================================
FAIL: html5lib.tests.test_serializer.test_serializer([[u'StartTag', u'http://www.w3.org/1999/xhtml', u'textarea', {}], [u'Characters', u'\t\r\n\x0c foo \t\r\n\x0c bar \t\r\n\x0c'], [u'EndTag', u'http://www.w3.org/1999/xhtml', u'textarea']], [u'<textarea>\t\r\n\x0c foo \t\r\n\x0c bar \t\r\n\x0c</textarea>'], {u'strip_whitespace': True})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 104, in runSerializerTest
assert expected[0] == result, "Expected:\n%s\nActual:\n%s\nOptions:\n%s" % (expected[0], result, str(options))
AssertionError: Expected:
<textarea>
foo
bar
</textarea>
Actual:
<textarea>
foo
bar
</textarea>
Options:
{u'strip_whitespace': True}
======================================================================
FAIL: html5lib.tests.test_serializer.test_serializer([[u'EndTag', u'http://www.w3.org/1999/xhtml', u'p'], [u'StartTag', u'http://www.w3.org/1999/xhtml', u'pre', {}]], [u'<pre>'], {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 104, in runSerializerTest
assert expected[0] == result, "Expected:\n%s\nActual:\n%s\nOptions:\n%s" % (expected[0], result, str(options))
AssertionError: Expected:
<pre>
Actual:
<pre>
Options:
{}
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script ', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script "
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script </script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script </script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script "
+| "<!--<script </script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script <', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script <
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script <"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script <</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script <</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script <"
+| "<!--<script <</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script <a', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script <a
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script <a"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script <a</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script <a</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script <a"
+| "<!--<script <a</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script </', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script </
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script </"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script </</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script </</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script </"
+| "<!--<script </</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script </s', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script </s
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script </s"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script </s</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script </s</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script </s"
+| "<!--<script </s</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script </script', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script </script
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script </script"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script </script</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script </script</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script </script"
+| "<!--<script </script</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script </scripta', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script </scripta
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script </scripta"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script </scripta</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script </scripta</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script </scripta"
+| "<!--<script </scripta</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script -', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script -
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script -"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script -</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script -</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script -"
+| "<!--<script -</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script -a', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script -a
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script -a"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script -a</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script -a</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script -a"
+| "<!--<script -a</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script -<', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script -<
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script -<"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script -<</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script -<</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script -<"
+| "<!--<script -<</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script --', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script --
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script --"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script --</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script --</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script --"
+| "<!--<script --</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script --a', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script --a
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script --a"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script --a</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script --a</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script --a"
+| "<!--<script --a</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><script><!--<script --<', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><script><!--<script --<
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script --<"
| <html body>
Serialization:
<!DOCTYPE html><script><!--<script --<</script>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html script>
| "<!--<script --<</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script --<"
+| "<!--<script --<</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<script><!--<script ', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<script><!--<script
Expected:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script "
| <html body>
Serialization:
<script><!--<script </script>
Received:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script </script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script "
+| "<!--<script </script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<script><!--<script <', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<script><!--<script <
Expected:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script <"
| <html body>
Serialization:
<script><!--<script <</script>
Received:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script <</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script <"
+| "<!--<script <</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<script><!--<script <a', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<script><!--<script <a
Expected:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script <a"
| <html body>
Serialization:
<script><!--<script <a</script>
Received:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script <a</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script <a"
+| "<!--<script <a</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<script><!--<script </', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<script><!--<script </
Expected:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script </"
| <html body>
Serialization:
<script><!--<script </</script>
Received:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script </</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script </"
+| "<!--<script </</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<script><!--<script </s', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<script><!--<script </s
Expected:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script </s"
| <html body>
Serialization:
<script><!--<script </s</script>
Received:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script </s</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script </s"
+| "<!--<script </s</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<script><!--<script </script', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<script><!--<script </script
Expected:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script </script"
| <html body>
Serialization:
<script><!--<script </script</script>
Received:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script </script</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script </script"
+| "<!--<script </script</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<script><!--<script </scripta', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<script><!--<script </scripta
Expected:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script </scripta"
| <html body>
Serialization:
<script><!--<script </scripta</script>
Received:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script </scripta</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script </scripta"
+| "<!--<script </scripta</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<script><!--<script -', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<script><!--<script -
Expected:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script -"
| <html body>
Serialization:
<script><!--<script -</script>
Received:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script -</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script -"
+| "<!--<script -</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<script><!--<script -a', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<script><!--<script -a
Expected:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script -a"
| <html body>
Serialization:
<script><!--<script -a</script>
Received:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script -a</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script -a"
+| "<!--<script -a</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<script><!--<script --', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<script><!--<script --
Expected:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script --"
| <html body>
Serialization:
<script><!--<script --</script>
Received:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script --</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script --"
+| "<!--<script --</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<script><!--<script --a', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<script><!--<script --a
Expected:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script --a"
| <html body>
Serialization:
<script><!--<script --a</script>
Received:
#document
| <html html>
| <html head>
| <html script>
| "<!--<script --a</script>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
| <html html>
| <html head>
| <html script>
-| "<!--<script --a"
+| "<!--<script --a</script>"
| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><form><table></form><form></table></form>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><form><table></form><form></table></form>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html form>
| <html table>
| <html form>
Serialization:
<!DOCTYPE html><form><table><form></form></table></form>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html form>
| <html table>
Diff:
--- Expected
+++ Received
@@ -5,4 +5,3 @@
| <html body>
| <html form>
| <html table>
-| <html form>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| <html a>
| <html table>
| <html tbody>
| <html tr>
| <html td>
| <html a>
| <html table>
| <html a>
| <html a>
| <html b>
| "X"
| "C"
| <html a>
| "Y"
Serialization:
<a><a></a><table><tr><td><a><table></table></a><a></a></table></a><a><b>X</b>C</a><a>Y</a>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| <html a>
| <html table>
| <html tbody>
| <html tr>
| <html td>
| <html a>
| <html table>
| <html a>
| <html a>
| <html b>
| "X"
| "C"
| <html a>
| "Y"
Diff:
--- Expected
+++ Received
@@ -3,14 +3,14 @@
| <html head>
| <html body>
| <html a>
-| <html a>
-| <html table>
-| <html tbody>
-| <html tr>
-| <html td>
-| <html a>
-| <html table>
-| <html a>
+| <html a>
+| <html table>
+| <html tbody>
+| <html tr>
+| <html td>
+| <html a>
+| <html table>
+| <html a>
| <html a>
| <html b>
| "X"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<DIV> abc <B> def <I> ghi <P>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<DIV> abc <B> def <I> ghi <P>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html div>
| " abc "
| <html b>
| " def "
| <html i>
| " ghi "
| <html p>
Serialization:
<div> abc <b> def <i> ghi <p></i></b></div>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html div>
| " abc "
| <html b>
| " def "
| <html i>
| " ghi "
| <html p>
| <html b>
| <html i>
Diff:
--- Expected
+++ Received
@@ -8,4 +8,6 @@
| " def "
| <html i>
| " ghi "
-| <html p>
+| <html p>
+| <html b>
+| <html i>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<DIV> abc <B> def <I> ghi <P> jkl', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<DIV> abc <B> def <I> ghi <P> jkl
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html div>
| " abc "
| <html b>
| " def "
| <html i>
| " ghi "
| <html p>
| " jkl"
Serialization:
<div> abc <b> def <i> ghi <p> jkl</i></b></div>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html div>
| " abc "
| <html b>
| " def "
| <html i>
| " ghi "
| <html p>
| <html b>
| <html i>
| " jkl"
Diff:
--- Expected
+++ Received
@@ -8,5 +8,7 @@
| " def "
| <html i>
| " ghi "
-| <html p>
+| <html p>
+| <html b>
+| <html i>
| " jkl"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<DIV> abc <B> def <I> ghi <P> jkl </B>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<DIV> abc <B> def <I> ghi <P> jkl </B>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html div>
| " abc "
| <html b>
| " def "
| <html i>
| " ghi "
| <html i>
| <html p>
| <html b>
| " jkl "
Serialization:
<div> abc <b> def <i> ghi </i></b><i><p><b> jkl </b></i></div>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html div>
| " abc "
| <html b>
| " def "
| <html i>
| " ghi "
| <html i>
| <html p>
| <html i>
| <html b>
| " jkl "
Diff:
--- Expected
+++ Received
@@ -9,6 +9,7 @@
| <html i>
| " ghi "
| <html i>
-| <html p>
+| <html p>
+| <html i>
| <html b>
| " jkl "
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<DIV> abc <B> def <I> ghi <P> jkl </B> mno', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<DIV> abc <B> def <I> ghi <P> jkl </B> mno
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html div>
| " abc "
| <html b>
| " def "
| <html i>
| " ghi "
| <html i>
| <html p>
| <html b>
| " jkl "
| " mno"
Serialization:
<div> abc <b> def <i> ghi </i></b><i><p><b> jkl </b> mno</i></div>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html div>
| " abc "
| <html b>
| " def "
| <html i>
| " ghi "
| <html i>
| <html p>
| <html i>
| <html b>
| " jkl "
| " mno"
Diff:
--- Expected
+++ Received
@@ -9,7 +9,8 @@
| <html i>
| " ghi "
| <html i>
-| <html p>
+| <html p>
+| <html i>
| <html b>
| " jkl "
| " mno"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| href="blah"
| "aba"
| <html a>
| href="foo"
| "br"
| <html a>
| href="foo"
| "x"
| <html table>
| <html tbody>
| <html tr>
| <html td>
| <html a>
| href="foo"
| "aoe"
Serialization:
<a href=blah>aba<a href=foo>br</a><a href=foo>x</a><table><tr><td></table></a><a href=foo>aoe</a>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| href="blah"
| "aba"
| <html a>
| href="foo"
| "br"
| <html a>
| href="foo"
| "x"
| <html table>
| <html tbody>
| <html tr>
| <html td>
| <html a>
| href="foo"
| "aoe"
Diff:
--- Expected
+++ Received
@@ -5,16 +5,16 @@
| <html a>
| href="blah"
| "aba"
-| <html a>
-| href="foo"
-| "br"
-| <html a>
-| href="foo"
-| "x"
-| <html table>
-| <html tbody>
-| <html tr>
-| <html td>
+| <html a>
+| href="foo"
+| "br"
+| <html a>
+| href="foo"
+| "x"
+| <html table>
+| <html tbody>
+| <html tr>
+| <html td>
| <html a>
| href="foo"
| "aoe"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<body><body><base><link><meta><title><p></title><body><p></body>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<body><body><base><link><meta><title><p></title><body><p></body>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html base>
| <html link>
| <html meta>
| <html title>
| "<p>"
| <html p>
Serialization:
<base><link><meta><title>&lt;p&gt;</title><p>
Received:
#document
| <html html>
| <html head>
| <html base>
| <html link>
| <html meta>
| <html title>
| "<p>"
| <html body>
| <html p>
Diff:
--- Expected
+++ Received
@@ -1,10 +1,10 @@
#document
| <html html>
| <html head>
-| <html body>
| <html base>
| <html link>
| <html meta>
| <html title>
| "<p>"
+| <html body>
| <html p>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<a><table><a></table><p><a><div><a>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<a><table><a></table><p><a><div><a>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| <html a>
| <html table>
| <html p>
| <html a>
| <html div>
| <html a>
Serialization:
<a><a></a><table></table></a><p><a></a><div><a></a></div>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| <html a>
| <html table>
| <html p>
| <html a>
| <html div>
| <html a>
Diff:
--- Expected
+++ Received
@@ -3,8 +3,8 @@
| <html head>
| <html body>
| <html a>
-| <html a>
-| <html table>
+| <html a>
+| <html table>
| <html p>
| <html a>
| <html div>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<head></html><meta><p>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<head></html><meta><p>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html meta>
| <html p>
Serialization:
<meta><p>
Received:
#document
| <html html>
| <html head>
| <html meta>
| <html body>
| <html p>
Diff:
--- Expected
+++ Received
@@ -1,6 +1,6 @@
#document
| <html html>
| <html head>
+| <html meta>
| <html body>
-| <html meta>
| <html p>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<a><table><td><a><table></table><a></tr><a></table><a>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<a><table><td><a><table></table><a></tr><a></table><a>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| <html a>
| <html table>
| <html tbody>
| <html tr>
| <html td>
| <html a>
| <html table>
| <html a>
| <html a>
Serialization:
<a><a></a><table><tr><td><a><table></table></a><a></a></table></a><a></a>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| <html a>
| <html table>
| <html tbody>
| <html tr>
| <html td>
| <html a>
| <html table>
| <html a>
| <html a>
Diff:
--- Expected
+++ Received
@@ -3,12 +3,12 @@
| <html head>
| <html body>
| <html a>
-| <html a>
-| <html table>
-| <html tbody>
-| <html tr>
-| <html td>
-| <html a>
-| <html table>
-| <html a>
| <html a>
+| <html table>
+| <html tbody>
+| <html tr>
+| <html td>
+| <html a>
+| <html table>
+| <html a>
+| <html a>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<table><a>1<p>2</a>3</p>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<table><a>1<p>2</a>3</p>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| "1"
| <html p>
| <html a>
| "2"
| "3"
| <html table>
Serialization:
<a>1</a><p><a>2</a>3<table></table>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| "1"
| <html p>
| <html a>
| "2"
| "3"
| <html table>
Diff:
--- Expected
+++ Received
@@ -8,4 +8,4 @@
| <html a>
| "2"
| "3"
-| <html table>
+| <html table>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<b><b><a><p></a>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<b><b><a><p></a>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html b>
| <html b>
| <html a>
| <html p>
| <html a>
Serialization:
<b><b><a></a><p><a></a></b></b>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html b>
| <html b>
| <html a>
| <html p>
| <html b>
| <html b>
| <html a>
Diff:
--- Expected
+++ Received
@@ -5,5 +5,7 @@
| <html b>
| <html b>
| <html a>
-| <html p>
+| <html p>
+| <html b>
+| <html b>
| <html a>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<b><a><b><p></a>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<b><a><b><p></a>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html b>
| <html a>
| <html b>
| <html b>
| <html p>
| <html a>
Serialization:
<b><a><b></b></a><b><p><a></a></b></b>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html b>
| <html a>
| <html b>
| <html b>
| <html p>
| <html b>
| <html b>
| <html a>
Diff:
--- Expected
+++ Received
@@ -6,5 +6,7 @@
| <html a>
| <html b>
| <html b>
-| <html p>
+| <html p>
+| <html b>
+| <html b>
| <html a>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<a><b><b><p></a>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<a><b><b><p></a>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| <html b>
| <html b>
| <html b>
| <html b>
| <html p>
| <html a>
Serialization:
<a><b><b></b></b></a><b><b><p><a></a></b></b>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html a>
| <html b>
| <html b>
| <html b>
| <html b>
| <html p>
| <html b>
| <html b>
| <html a>
Diff:
--- Expected
+++ Received
@@ -7,5 +7,7 @@
| <html b>
| <html b>
| <html b>
-| <html p>
+| <html p>
+| <html b>
+| <html b>
| <html a>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><body><title>X</title>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><body><title>X</title>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html title>
| "X"
Serialization:
<!DOCTYPE html><title>X</title>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html title>
| "X"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,6 +2,6 @@
<!DOCTYPE html>
| <html html>
| <html head>
-| <html body>
| <html title>
| "X"
+| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><table><title>X</title></table>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><table><title>X</title></table>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html title>
| "X"
| <html table>
Serialization:
<!DOCTYPE html><title>X</title><table></table>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html title>
| "X"
| <html body>
| <html table>
Diff:
--- Expected
+++ Received
@@ -2,7 +2,7 @@
<!DOCTYPE html>
| <html html>
| <html head>
-| <html body>
| <html title>
| "X"
+| <html body>
| <html table>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><table><meta></table>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><table><meta></table>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html meta>
| <html table>
Serialization:
<!DOCTYPE html><meta><table></table>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html meta>
| <html body>
| <html table>
Diff:
--- Expected
+++ Received
@@ -2,6 +2,6 @@
<!DOCTYPE html>
| <html html>
| <html head>
+| <html meta>
| <html body>
-| <html meta>
| <html table>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<table><plaintext><td>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<table><plaintext><td>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "<td>"
| <html table>
Serialization:
<plaintext>&lt;td&gt;</plaintext><table></table>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "&lt;td&gt;</plaintext><table></table>"
Diff:
--- Expected
+++ Received
@@ -3,5 +3,4 @@
| <html head>
| <html body>
| <html plaintext>
-| "<td>"
-| <html table>
+| "&lt;td&gt;</plaintext><table></table>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<plaintext></plaintext>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<plaintext></plaintext>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "</plaintext>"
Serialization:
<plaintext>&lt;/plaintext&gt;</plaintext>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "&lt;/plaintext&gt;</plaintext>"
Diff:
--- Expected
+++ Received
@@ -3,4 +3,4 @@
| <html head>
| <html body>
| <html plaintext>
-| "</plaintext>"
+| "&lt;/plaintext&gt;</plaintext>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!DOCTYPE html><body><title>test</body></title>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!DOCTYPE html><body><title>test</body></title>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html title>
| "test</body>"
Serialization:
<!DOCTYPE html><title>test&lt;/body&gt;</title>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html title>
| "test</body>"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,6 +2,6 @@
<!DOCTYPE html>
| <html html>
| <html head>
-| <html body>
| <html title>
| "test</body>"
+| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!DOCTYPE html><body><title>X</title><meta name=z><link rel=foo><style>\nx { content:"</style" } </style>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!DOCTYPE html><body><title>X</title><meta name=z><link rel=foo><style>
x { content:"</style" } </style>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html title>
| "X"
| <html meta>
| name="z"
| <html link>
| rel="foo"
| <html style>
| "
x { content:"</style" } "
Serialization:
<!DOCTYPE html><title>X</title><meta name=z><link rel=foo><style>
x { content:"</style" } </style>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html title>
| "X"
| <html meta>
| name="z"
| <html link>
| rel="foo"
| <html style>
| "
x { content:"</style" } "
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,7 +2,6 @@
<!DOCTYPE html>
| <html html>
| <html head>
-| <html body>
| <html title>
| "X"
| <html meta>
@@ -12,3 +11,4 @@
| <html style>
| "
x { content:"</style" } "
+| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><plaintext></plaintext>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><plaintext></plaintext>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "</plaintext>"
Serialization:
<!DOCTYPE html><plaintext>&lt;/plaintext&gt;</plaintext>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "&lt;/plaintext&gt;</plaintext>"
Diff:
--- Expected
+++ Received
@@ -4,4 +4,4 @@
| <html head>
| <html body>
| <html plaintext>
-| "</plaintext>"
+| "&lt;/plaintext&gt;</plaintext>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><table><plaintext></plaintext>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><table><plaintext></plaintext>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "</plaintext>"
| <html table>
Serialization:
<!DOCTYPE html><plaintext>&lt;/plaintext&gt;</plaintext><table></table>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "&lt;/plaintext&gt;</plaintext><table></table>"
Diff:
--- Expected
+++ Received
@@ -4,5 +4,4 @@
| <html head>
| <html body>
| <html plaintext>
-| "</plaintext>"
-| <html table>
+| "&lt;/plaintext&gt;</plaintext><table></table>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><table><tbody><plaintext></plaintext>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><table><tbody><plaintext></plaintext>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "</plaintext>"
| <html table>
| <html tbody>
Serialization:
<!DOCTYPE html><plaintext>&lt;/plaintext&gt;</plaintext><table><tbody></table>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "&lt;/plaintext&gt;</plaintext><table><tbody></table>"
Diff:
--- Expected
+++ Received
@@ -4,6 +4,4 @@
| <html head>
| <html body>
| <html plaintext>
-| "</plaintext>"
-| <html table>
-| <html tbody>
+| "&lt;/plaintext&gt;</plaintext><table><tbody></table>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><table><tbody><tr><plaintext></plaintext>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><table><tbody><tr><plaintext></plaintext>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "</plaintext>"
| <html table>
| <html tbody>
| <html tr>
Serialization:
<!DOCTYPE html><plaintext>&lt;/plaintext&gt;</plaintext><table><tr></table>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "&lt;/plaintext&gt;</plaintext><table><tr></table>"
Diff:
--- Expected
+++ Received
@@ -4,7 +4,4 @@
| <html head>
| <html body>
| <html plaintext>
-| "</plaintext>"
-| <html table>
-| <html tbody>
-| <html tr>
+| "&lt;/plaintext&gt;</plaintext><table><tr></table>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><table><tbody><tr><plaintext></plaintext>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><table><tbody><tr><plaintext></plaintext>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "</plaintext>"
| <html table>
| <html tbody>
| <html tr>
Serialization:
<!DOCTYPE html><plaintext>&lt;/plaintext&gt;</plaintext><table><tr></table>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "&lt;/plaintext&gt;</plaintext><table><tr></table>"
Diff:
--- Expected
+++ Received
@@ -4,7 +4,4 @@
| <html head>
| <html body>
| <html plaintext>
-| "</plaintext>"
-| <html table>
-| <html tbody>
-| <html tr>
+| "&lt;/plaintext&gt;</plaintext><table><tr></table>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><table><td><plaintext></plaintext>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><table><td><plaintext></plaintext>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html table>
| <html tbody>
| <html tr>
| <html td>
| <html plaintext>
| "</plaintext>"
Serialization:
<!DOCTYPE html><table><tr><td><plaintext>&lt;/plaintext&gt;</plaintext></table>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html table>
| <html tbody>
| <html tr>
| <html td>
| <html plaintext>
| "&lt;/plaintext&gt;</plaintext></table>"
Diff:
--- Expected
+++ Received
@@ -8,4 +8,4 @@
| <html tr>
| <html td>
| <html plaintext>
-| "</plaintext>"
+| "&lt;/plaintext&gt;</plaintext></table>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><table><caption><plaintext></plaintext>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><table><caption><plaintext></plaintext>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html table>
| <html caption>
| <html plaintext>
| "</plaintext>"
Serialization:
<!DOCTYPE html><table><caption><plaintext>&lt;/plaintext&gt;</plaintext></caption></table>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html table>
| <html caption>
| <html plaintext>
| "&lt;/plaintext&gt;</plaintext></caption></table>"
Diff:
--- Expected
+++ Received
@@ -6,4 +6,4 @@
| <html table>
| <html caption>
| <html plaintext>
-| "</plaintext>"
+| "&lt;/plaintext&gt;</plaintext></caption></table>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!DOCTYPE html><body><b><nobr>1<table><nobr></b><i><nobr>2<nobr></i>3', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!DOCTYPE html><body><b><nobr>1<table><nobr></b><i><nobr>2<nobr></i>3
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html b>
| <html nobr>
| "1"
| <html nobr>
| <html i>
| <html i>
| <html nobr>
| "2"
| <html nobr>
| <html nobr>
| "3"
| <html table>
Serialization:
<!DOCTYPE html><b><nobr>1<nobr><i></i></nobr><i><nobr>2</nobr><nobr></nobr></i><nobr>3</nobr><table></table></nobr></b>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html b>
| <html nobr>
| "1"
| <html nobr>
| <html i>
| <html i>
| <html nobr>
| "2"
| <html nobr>
| <html nobr>
| "3"
| <html table>
Diff:
--- Expected
+++ Received
@@ -6,12 +6,12 @@
| <html b>
| <html nobr>
| "1"
+| <html nobr>
+| <html i>
+| <html i>
| <html nobr>
-| <html i>
-| <html i>
-| <html nobr>
-| "2"
-| <html nobr>
+| "2"
| <html nobr>
-| "3"
-| <html table>
+| <html nobr>
+| "3"
+| <html table>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><p><plaintext>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><p><plaintext>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html p>
| <html plaintext>
Serialization:
<!DOCTYPE html><p></p><plaintext></plaintext>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html p>
| <html plaintext>
| "</plaintext>"
Diff:
--- Expected
+++ Received
@@ -5,3 +5,4 @@
| <html body>
| <html p>
| <html plaintext>
+| "</plaintext>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><body><bgsound>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><body><bgsound>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html bgsound>
Serialization:
<!DOCTYPE html><bgsound></bgsound>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html bgsound>
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
<!DOCTYPE html>
| <html html>
| <html head>
+| <html bgsound>
| <html body>
-| <html bgsound>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><body><basefont>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><body><basefont>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html basefont>
Serialization:
<!DOCTYPE html><basefont></basefont>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html basefont>
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
<!DOCTYPE html>
| <html html>
| <html head>
+| <html basefont>
| <html body>
-| <html basefont>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><p><a><plaintext>b', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><p><a><plaintext>b
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html p>
| <html a>
| <html plaintext>
| <html a>
| "b"
Serialization:
<!DOCTYPE html><p><a></a></p><plaintext><a>b</a></plaintext>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html p>
| <html a>
| <html plaintext>
| "<a>b</a></plaintext>"
Diff:
--- Expected
+++ Received
@@ -6,5 +6,4 @@
| <html p>
| <html a>
| <html plaintext>
-| <html a>
-| "b"
+| "<a>b</a></plaintext>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<font></p><p><meta><title></title></font>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<font></p><p><meta><title></title></font>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html font>
| <html p>
| <html p>
| <html font>
| <html meta>
| <html title>
Serialization:
<font><p></font><p><font><meta><title></title></font>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html font>
| <html p>
| <html font>
| <html p>
| <html font>
| <html meta>
| <html title>
Diff:
--- Expected
+++ Received
@@ -3,7 +3,8 @@
| <html head>
| <html body>
| <html font>
-| <html p>
+| <html p>
+| <html font>
| <html p>
| <html font>
| <html meta>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!DOCTYPE html><body><base>A', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!DOCTYPE html><body><base>A
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html base>
| "A"
Serialization:
<!DOCTYPE html><base>A
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html base>
| <html body>
| "A"
Diff:
--- Expected
+++ Received
@@ -2,6 +2,6 @@
<!DOCTYPE html>
| <html html>
| <html head>
+| <html base>
| <html body>
-| <html base>
| "A"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!DOCTYPE html><body><basefont>A', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!DOCTYPE html><body><basefont>A
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html basefont>
| "A"
Serialization:
<!DOCTYPE html><basefont></basefont>A
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html basefont>
| <html body>
| "A"
Diff:
--- Expected
+++ Received
@@ -2,6 +2,6 @@
<!DOCTYPE html>
| <html html>
| <html head>
+| <html basefont>
| <html body>
-| <html basefont>
| "A"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!DOCTYPE html><body><bgsound>A', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!DOCTYPE html><body><bgsound>A
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html bgsound>
| "A"
Serialization:
<!DOCTYPE html><bgsound></bgsound>A
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html bgsound>
| <html body>
| "A"
Diff:
--- Expected
+++ Received
@@ -2,6 +2,6 @@
<!DOCTYPE html>
| <html html>
| <html head>
+| <html bgsound>
| <html body>
-| <html bgsound>
| "A"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!DOCTYPE html><body><command>A', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!DOCTYPE html><body><command>A
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html command>
| "A"
Serialization:
<!DOCTYPE html><command>A
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html command>
| <html body>
| "A"
Diff:
--- Expected
+++ Received
@@ -2,6 +2,6 @@
<!DOCTYPE html>
| <html html>
| <html head>
+| <html command>
| <html body>
-| <html command>
| "A"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!DOCTYPE html><body><link>A', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!DOCTYPE html><body><link>A
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html link>
| "A"
Serialization:
<!DOCTYPE html><link>A
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html link>
| <html body>
| "A"
Diff:
--- Expected
+++ Received
@@ -2,6 +2,6 @@
<!DOCTYPE html>
| <html html>
| <html head>
+| <html link>
| <html body>
-| <html link>
| "A"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!DOCTYPE html><body><meta>A', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!DOCTYPE html><body><meta>A
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html meta>
| "A"
Serialization:
<!DOCTYPE html><meta>A
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html meta>
| <html body>
| "A"
Diff:
--- Expected
+++ Received
@@ -2,6 +2,6 @@
<!DOCTYPE html>
| <html html>
| <html head>
+| <html meta>
| <html body>
-| <html meta>
| "A"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'FOO&#x000D;ZOO', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
FOO&#x000D;ZOO
Expected:
#document
| <html html>
| <html head>
| <html body>
| "FOO ZOO"
Serialization:
FOO ZOO
Received:
#document
| <html html>
| <html head>
| <html body>
| "FOO
ZOO"
Diff:
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<plaintext>\x00filler\x00text\x00', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<plaintext>fillertext
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "\ufffdfiller\ufffdtext\ufffd"
Serialization:
<plaintext>\ufffdfiller\ufffdtext\ufffd</plaintext>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html plaintext>
| "\ufffdfiller\ufffdtext\ufffd</plaintext>"
Diff:
--- Expected
+++ Received
@@ -3,4 +3,4 @@
| <html head>
| <html body>
| <html plaintext>
-| "\ufffdfiller\ufffdtext\ufffd"
+| "\ufffdfiller\ufffdtext\ufffd</plaintext>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<html><body>\n<p><font size="7">First paragraph.</p>\n<p>Second paragraph.</p></font>\n<b><p><i>Bold and Italic</b> Italic</p>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<html><body>
<p><font size="7">First paragraph.</p>
<p>Second paragraph.</p></font>
<b><p><i>Bold and Italic</b> Italic</p>
Expected:
#document
| <html html>
| <html head>
| <html body>
| "
"
| <html p>
| <html font>
| size="7"
| "First paragraph."
| <html font>
| size="7"
| "
"
| <html p>
| "Second paragraph."
| "
"
| <html b>
| <html p>
| <html b>
| <html i>
| "Bold and Italic"
| <html i>
| " Italic"
Serialization:
<body>
<p><font size=7>First paragraph.</font></p><font size=7>
<p>Second paragraph.</font>
<b></b><p><b><i>Bold and Italic</i></b><i> Italic</i>
Received:
#document
| <html html>
| <html head>
| <html body>
| "
"
| <html p>
| <html font>
| size="7"
| "First paragraph."
| <html font>
| size="7"
| "
"
| <html p>
| <html font>
| size="7"
| "Second paragraph."
| "
"
| <html b>
| <html p>
| <html b>
| <html i>
| "Bold and Italic"
| <html i>
| " Italic"
Diff:
--- Expected
+++ Received
@@ -12,11 +12,13 @@
| size="7"
| "
"
-| <html p>
+| <html p>
+| <html font>
+| size="7"
| "Second paragraph."
-| "
+| "
"
-| <html b>
+| <html b>
| <html p>
| <html b>
| <html i>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<table><tr><p><a><p>You should see this text.', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<table><tr><p><a><p>You should see this text.
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html p>
| <html a>
| <html p>
| <html a>
| "You should see this text."
| <html table>
| <html tbody>
| <html tr>
Serialization:
<p><a></a><p><a>You should see this text.</a><table><tr></table>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html p>
| <html a>
| <html p>
| <html a>
| "You should see this text."
| <html table>
| <html tbody>
| <html tr>
Diff:
--- Expected
+++ Received
@@ -7,6 +7,6 @@
| <html p>
| <html a>
| "You should see this text."
-| <html table>
-| <html tbody>
-| <html tr>
+| <html table>
+| <html tbody>
+| <html tr>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<b>1<i>2<p>3</b>4', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<b>1<i>2<p>3</b>4
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html b>
| "1"
| <html i>
| "2"
| <html i>
| <html p>
| <html b>
| "3"
| "4"
Serialization:
<b>1<i>2</i></b><i><p><b>3</b>4</i>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html b>
| "1"
| <html i>
| "2"
| <html i>
| <html p>
| <html i>
| <html b>
| "3"
| "4"
Diff:
--- Expected
+++ Received
@@ -7,7 +7,8 @@
| <html i>
| "2"
| <html i>
-| <html p>
+| <html p>
+| <html i>
| <html b>
| "3"
| "4"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!DOCTYPE html><p><b><i><u></p> <p>X', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!DOCTYPE html><p><b><i><u></p> <p>X
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html p>
| <html b>
| <html i>
| <html u>
| <html b>
| <html i>
| <html u>
| " "
| <html p>
| "X"
Serialization:
<!DOCTYPE html><p><b><i><u></u></i></b></p><b><i><u> <p>X</u></i></b>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html p>
| <html b>
| <html i>
| <html u>
| <html b>
| <html i>
| <html u>
| " "
| <html p>
| <html b>
| <html i>
| <html u>
| "X"
Diff:
--- Expected
+++ Received
@@ -11,5 +11,8 @@
| <html i>
| <html u>
| " "
-| <html p>
+| <html p>
+| <html b>
+| <html i>
+| <html u>
| "X"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<p><b><i><u></p>\n<p>X', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<p><b><i><u></p>
<p>X
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html p>
| <html b>
| <html i>
| <html u>
| <html b>
| <html i>
| <html u>
| "
"
| <html p>
| "X"
Serialization:
<p><b><i><u></u></i></b></p><b><i><u>
<p>X</u></i></b>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html p>
| <html b>
| <html i>
| <html u>
| <html b>
| <html i>
| <html u>
| "
"
| <html p>
| <html b>
| <html i>
| <html u>
| "X"
Diff:
--- Expected
+++ Received
@@ -11,5 +11,8 @@
| <html u>
| "
"
-| <html p>
+| <html p>
+| <html b>
+| <html i>
+| <html u>
| "X"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html></body><meta>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html></body><meta>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html meta>
Serialization:
<!DOCTYPE html><meta>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html meta>
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,5 +2,5 @@
<!DOCTYPE html>
| <html html>
| <html head>
+| <html meta>
| <html body>
-| <html meta>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html></body><title>X</title>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html></body><title>X</title>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html title>
| "X"
Serialization:
<!DOCTYPE html><title>X</title>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html title>
| "X"
| <html body>
Diff:
--- Expected
+++ Received
@@ -2,6 +2,6 @@
<!DOCTYPE html>
| <html html>
| <html head>
-| <html body>
| <html title>
| "X"
+| <html body>
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<!doctype html><p><button><plaintext>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<!doctype html><p><button><plaintext>
Expected:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html p>
| <html button>
| <html plaintext>
Serialization:
<!DOCTYPE html><p><button><plaintext></plaintext></button>
Received:
#document
<!DOCTYPE html>
| <html html>
| <html head>
| <html body>
| <html p>
| <html button>
| <html plaintext>
| "</plaintext></button>"
Diff:
--- Expected
+++ Received
@@ -6,3 +6,4 @@
| <html p>
| <html button>
| <html plaintext>
+| "</plaintext></button>"
======================================================================
FAIL: html5lib.tests.test_serializer.test_roundtrip(u'<p><table></p>', {})
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/py2-env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/gsnedders/Documents/my-projects/OSS/html5lib/html5lib-python/html5lib/tests/test_serializer.py", line 130, in runRoundtripTest
"", "Diff:", diff
AssertionError:
Input:
<p><table></p>
Expected:
#document
| <html html>
| <html head>
| <html body>
| <html p>
| <html p>
| <html table>
Serialization:
<p><p><table></table>
Received:
#document
| <html html>
| <html head>
| <html body>
| <html p>
| <html p>
| <html table>
Diff:
--- Expected
+++ Received
@@ -3,5 +3,5 @@
| <html head>
| <html body>
| <html p>
-| <html p>
+| <html p>
| <html table>
----------------------------------------------------------------------
Ran 1481 tests in 2.702s
FAILED (failures=80)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment