Add passing test for definition list with empty definition
authorGabriel Wicke <wicke@wikidev.net>
Fri, 25 May 2012 13:37:53 +0000 (15:37 +0200)
committerGabriel Wicke <wicke@wikidev.net>
Fri, 25 May 2012 13:38:28 +0000 (15:38 +0200)
Change-Id: I850f2389274aca76bab0b4a340a14af58e349b93

tests/parser/parserTests.txt

index 3a8a778..bcdbe8c 100644 (file)
@@ -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
+<dl><dt> term</dt><dd>
+</dd></dl>
+<p>Paragraph text
+</p>
+!! end
 
 ###
 ### External links