aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/deeply_nested_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/deeply_nested_list.html')
-rw-r--r--library/parsedown/test/data/deeply_nested_list.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/library/parsedown/test/data/deeply_nested_list.html b/library/parsedown/test/data/deeply_nested_list.html
new file mode 100644
index 000000000..d2c7e5acc
--- /dev/null
+++ b/library/parsedown/test/data/deeply_nested_list.html
@@ -0,0 +1,12 @@
+<ul>
+<li>li
+<ul>
+<li>li
+<ul>
+<li>li</li>
+<li>li</li>
+</ul></li>
+<li>li</li>
+</ul></li>
+<li>li</li>
+</ul> \ No newline at end of file