From: Ævar Arnfjörð Bjarmason Date: Fri, 13 May 2005 15:41:30 +0000 (+0000) Subject: * Added a testcase for bug 787 X-Git-Tag: 1.5.0alpha2~216 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=2c0c36604268b4bbe3039335349b1112a8b20a0f;p=lhc%2Fweb%2Fwiklou.git * Added a testcase for bug 787 --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index f5d6554509..aacba90dc3 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -610,6 +610,15 @@ External links: invalid character

!! end +!! test +BUG 787: Links with one slash after the url protocol are invalid +!! input +http:/example.com +!! result +

http:/example.com +

+!! end + ### ### Quotes ###