From: Gabriel Wicke Date: Fri, 25 May 2012 13:37:53 +0000 (+0200) Subject: Add passing test for definition list with empty definition X-Git-Tag: 1.31.0-rc.0~23504^2 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=1a7f80b18b9c71d98872af5a1a0b7ff098c1d12d;p=lhc%2Fweb%2Fwiklou.git Add passing test for definition list with empty definition Change-Id: I850f2389274aca76bab0b4a340a14af58e349b93 --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 3a8a778a70..bcdbe8c1fe 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -640,6 +640,17 @@ Definition and unordered list using wiki syntax nested in unordered list using h !! end +!! test +Definition list with empty definition and following paragraph +!! input +; term: +Paragraph text +!! result +
term
+
+

Paragraph text +

+!! end ### ### External links