aboutsummaryrefslogtreecommitdiffstats
path: root/tests2/tm-cases-new/lists.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests2/tm-cases-new/lists.html')
-rw-r--r--tests2/tm-cases-new/lists.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests2/tm-cases-new/lists.html b/tests2/tm-cases-new/lists.html
new file mode 100644
index 0000000..5d7ec15
--- /dev/null
+++ b/tests2/tm-cases-new/lists.html
@@ -0,0 +1,29 @@
+<p>count:
+</p>
+
+<ul>
+<li>
+one
+</li>
+<li>
+two
+</li>
+<li>
+three
+</li>
+</ul>
+
+<p>count in spanish:
+</p>
+
+<ol>
+<li>
+uno
+</li>
+<li>
+dos
+</li>
+<li>
+tres
+</li>
+</ol>