From: Brion Vibber Date: Mon, 27 Sep 2004 05:00:04 +0000 (+0000) Subject: Add a couple definition list tests for colon & space bugs X-Git-Tag: 1.5.0alpha1~1755 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=2a4f8e531428b21df4ca9c0a392c0db3ec7361f8;p=lhc%2Fweb%2Fwiklou.git Add a couple definition list tests for colon & space bugs --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index eef122866d..7c74f6a012 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -261,6 +261,26 @@ Simple definition !! end +!! test +Definition list with no space +!! input +;name:Definition +!! result +
name
Definition +
+ +!!end + +!! test +Definition list with URL link +!! input +; http://example.com/ : definition +!! result +
http://example.com/
definition +
+ +!! end + ### ### External links ###