From: Gabriel Wicke Date: Wed, 28 Nov 2012 17:41:40 +0000 (-0800) Subject: Test table / list interaction X-Git-Tag: 1.31.0-rc.0~21482^2 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=f607f10dcdfec28e61dd2522cdec8e33b91ab198;p=lhc%2Fweb%2Fwiklou.git Test table / list interaction Add a test for indented tables with lists in table contents in start-of-line context. Change-Id: I6e81e4148873b3ae97287f72630a8ef353cd6e25 --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 03844345ed..319e6f6e00 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -1572,6 +1572,33 @@ should be left alone ## See also: https://bugzilla.wikimedia.org/show_bug.cgi?id=6569 ## and http://lists.wikimedia.org/pipermail/wikitext-l/2011-November/000483.html +!! test +Table / list interaction: indented table with lists in table contents +!! input +:{| +|- +| a +* b +|- +| c +* d +|} +!! result +
+ + + + +
a +
  • b +
+
c +
  • d +
+
+ +!! end + !! test Definition Lists: Nesting: Multi-level (Parsoid only) !! options