Sync up with Parsoid parserTests.txt
authorSubramanya Sastry <ssastry@wikimedia.org>
Wed, 13 Sep 2017 20:20:40 +0000 (15:20 -0500)
committerSubramanya Sastry <ssastry@wikimedia.org>
Wed, 13 Sep 2017 20:20:40 +0000 (15:20 -0500)
This now aligns with Parsoid commit dcf2706cff795b84fbbfb6cd22749a86655b04f2

Change-Id: I24700184204000465922930dbac2b019259b5a01

tests/parser/parserTests.txt

index ff777e7..a291958 100644 (file)
@@ -4338,12 +4338,12 @@ Definition Lists: Mixed Lists: Test 10
 !! test
 Definition Lists: Mixed Lists: Test 11
 !! wikitext
-;a
-:*b
-!! html
-<dl><dt>a</dt>
+; a
+:* b
+!! html/*
+<dl><dt> a</dt>
 <dd>
-<ul><li>b</li></ul></dd></dl>
+<ul><li> b</li></ul></dd></dl>
 
 !! end