summary refs log tree commit diff stats
path: root/tests/testdata/wildhtml.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/wildhtml.html')
-rw-r--r--tests/testdata/wildhtml.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/testdata/wildhtml.html b/tests/testdata/wildhtml.html
new file mode 100644
index 000000000..dfab7ba95
--- /dev/null
+++ b/tests/testdata/wildhtml.html
@@ -0,0 +1,25 @@
+<!DOCTYPE some doctype >
+  
+<html>
+  <head>
+    <title>Test title!</title>
+  </head>
+
+  <body>
+    Ein Text mit vielen Zeichenumbr&uuml;chen. <br />
+    <br><br>
+    
+    <ul>
+      <li>first <span class = "34" >Item.</span>
+      <li>second Item.
+      <li>third item. Mit &auml;.
+    </ul>
+    
+    Para 0.
+    
+    <p>Para1. </p>
+    <p>Para 2.
+    
+  </body>
+</html>
+