summaryrefslogtreecommitdiff
path: root/oldtests/Lists/CodeBlocksInLists.html
diff options
context:
space:
mode:
Diffstat (limited to 'oldtests/Lists/CodeBlocksInLists.html')
-rw-r--r--oldtests/Lists/CodeBlocksInLists.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/oldtests/Lists/CodeBlocksInLists.html b/oldtests/Lists/CodeBlocksInLists.html
new file mode 100644
index 0000000..fcd3e2a
--- /dev/null
+++ b/oldtests/Lists/CodeBlocksInLists.html
@@ -0,0 +1,14 @@
+<ol>
+<li><p>list item
+code</p></li>
+<li><p>list item</p>
+<pre><code>code
+</code></pre></li>
+<li><pre><code>code
+</code></pre></li>
+<li><pre><code>code
+</code></pre></li>
+<li><pre><code>code
+code
+</code></pre></li>
+</ol>