From f607f10dcdfec28e61dd2522cdec8e33b91ab198 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 28 Nov 2012 09:41:40 -0800 Subject: [PATCH] Test table / list interaction Add a test for indented tables with lists in table contents in start-of-line context. Change-Id: I6e81e4148873b3ae97287f72630a8ef353cd6e25 --- tests/parser/parserTests.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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 -- 2.20.1