From: Ævar Arnfjörð Bjarmason Date: Fri, 13 May 2005 19:23:07 +0000 (+0000) Subject: * Improved the testcase for bug 787 X-Git-Tag: 1.5.0alpha2~215 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=bf709f9bf50b69438722abe69a28a0b7a6fcb2a8;p=lhc%2Fweb%2Fwiklou.git * Improved the testcase for bug 787 --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index aacba90dc3..135a87e859 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -614,8 +614,12 @@ External links: invalid character BUG 787: Links with one slash after the url protocol are invalid !! input http:/example.com + +[http:/example.com title] !! result

http:/example.com +

+[http:/example.com title]

!! end