aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/raw-html.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extensions/extra/raw-html.html')
-rw-r--r--tests/extensions/extra/raw-html.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/extensions/extra/raw-html.html b/tests/extensions/extra/raw-html.html
new file mode 100644
index 0000000..b2a7c4d
--- /dev/null
+++ b/tests/extensions/extra/raw-html.html
@@ -0,0 +1,14 @@
+<div>
+
+<p><em>foo</em></p>
+</div>
+
+<div class="baz">
+
+<p><em>bar</em></p>
+</div>
+
+<div>
+
+<p><em>blah</em></p>
+</div> \ No newline at end of file