From 2a4f8e531428b21df4ca9c0a392c0db3ec7361f8 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 27 Sep 2004 05:00:04 +0000 Subject: [PATCH] Add a couple definition list tests for colon & space bugs --- maintenance/parserTests.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 ### -- 2.20.1