From 1a7f80b18b9c71d98872af5a1a0b7ff098c1d12d Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 25 May 2012 15:37:53 +0200 Subject: [PATCH] Add passing test for definition list with empty definition Change-Id: I850f2389274aca76bab0b4a340a14af58e349b93 --- tests/parser/parserTests.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.20.1