home · contact · privacy
Broaden test.
[redo-blog] / test / test_files / foo.html
diff --git a/test/test_files/foo.html b/test/test_files/foo.html
new file mode 100644 (file)
index 0000000..aa3575d
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>Yet another blog – a title with some nasty characters: &amp;&lt;&gt;&quot;&#x27;</title>
+</head>
+<body>
+<h1>a title with some nasty characters: &amp;&lt;&gt;&quot;'</h1>
+<section>
+<p>this text contains some special characters: '&quot;&gt;&lt;&amp;</p>
+<p>and more than one paragraph</p>
+</section>
+</body>
+</html>
\ No newline at end of file