r103938 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r103937
|
r103938
|
r103939
>
Date:
18:46, 22 November 2011
Author:
gwicke
Status:
ok
Tags:
Comment:
Adding passing test case for nested lists using a mix of wiki and html syntax.
Modified paths:
/trunk/phase3/tests/parser/parserTests.txt
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/parser/parserTests.txt
—
—
@@ -615,6 +615,26 @@
616
616
</dl>
617
617
!! end
618
618
619
+!! test
620
+Definition and unordered list using wiki syntax nested in unordered list using html tags.
621
+!! input
622
+<ul><li>
623
+; term : description
624
+* unordered
625
+</li>
626
+</ul>
627
+!! result
628
+<ul><li>
629
+<dl><dt> term </dt><dd> description
630
+</dd></dl>
631
+<ul><li> unordered
632
+</li></ul>
633
+</li>
634
+</ul>
635
+
636
+!! end
637
+
638
+
619
639
###
620
640
### External links
621
641
###
Status & tagging log
15:09, 28 November 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r103938
[
removed:
new
added:
ok]