Merge "Add passing test for definition list with empty definition"
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 25 May 2012 19:06:03 +0000 (19:06 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 25 May 2012 19:06:03 +0000 (19:06 +0000)
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