aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions-x-def_list/loose_def_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extensions-x-def_list/loose_def_list.html')
-rw-r--r--tests/extensions-x-def_list/loose_def_list.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/extensions-x-def_list/loose_def_list.html b/tests/extensions-x-def_list/loose_def_list.html
deleted file mode 100644
index 98fdec8..0000000
--- a/tests/extensions-x-def_list/loose_def_list.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<p>some text</p>
-<dl>
-<dt>term 1</dt>
-<dd>
-<p>def 1-1</p>
-</dd>
-<dd>
-<p>def 2-2</p>
-</dd>
-<dt>term 2</dt>
-<dt>term 3</dt>
-<dd>
-<p>def 2-1
-line 2 of def 2-1</p>
-</dd>
-<dd>
-<p>def 2-2</p>
-<p>par 2 of def2-2</p>
-</dd>
-</dl>
-<p>more text</p> \ No newline at end of file