* Serious reworking of HTML2Text to handle nested lists reasonably
[rss2maildir.git] / tests / html / nestedorderedlists-wellformed.html
diff --git a/tests/html/nestedorderedlists-wellformed.html b/tests/html/nestedorderedlists-wellformed.html
new file mode 100644 (file)
index 0000000..759c0d0
--- /dev/null
@@ -0,0 +1,14 @@
+<ol>
+    <li>When the clock strikes one
+        <ol>
+            <li>Weird things happen</li>
+            <li>Really weird things</li>
+        </ol>
+    </li>
+    <li>And then we go on
+        <ol>
+            <li>first item</li>
+            <li>second item</li>
+        </ol>
+    </li>
+</dl>