(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Tue, 24 Jun 2014 10:25:58 +0000 (12:25 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Tue, 24 Jun 2014 10:25:58 +0000 (12:25 +0200)
html-partial-error.htm [new file with mode: 0644]
out.txt [new file with mode: 0644]

diff --git a/html-partial-error.htm b/html-partial-error.htm
new file mode 100644 (file)
index 0000000..f283425
--- /dev/null
@@ -0,0 +1,4 @@
+<div class="foo">\r
+ <h1>Hallo</h2>\r
+ <span>Bar</span>\r
+</div>\r
diff --git a/out.txt b/out.txt
new file mode 100644 (file)
index 0000000..781b870
--- /dev/null
+++ b/out.txt
@@ -0,0 +1,5 @@
+$ xmllint --html --noout html-partial-error.htm; echo $?\r
+tests/files/html-partial-error.htm:2: HTML parser error : Unexpected end tag : h2\r
+ <h1>Hallo</h2>\r
+               ^\r
+0\r