From 956c2ab03b3015cf948833fd6a0fe20611aea3a7 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 22 Nov 2011 18:46:31 +0000 Subject: [PATCH] Adding passing test case for nested lists using a mix of wiki and html syntax. --- tests/parser/parserTests.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 55d351f824..1983bf924c 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -615,6 +615,26 @@ disabled !! end +!! test +Definition and unordered list using wiki syntax nested in unordered list using html tags. +!! input + +!! result + + +!! end + + ### ### External links ### -- 2.20.1