From: Wil Mahan Date: Mon, 11 Oct 2004 22:13:02 +0000 (+0000) Subject: Test case for disallowed character in an external link X-Git-Tag: 1.5.0alpha1~1577 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=1d77f7b5a4a671e719b8c4529942234169da0061;p=lhc%2Fweb%2Fwiklou.git Test case for disallowed character in an external link --- diff --git a/maintenance/Makefile b/maintenance/Makefile index 1138fe6edb..a0e04418a0 100644 --- a/maintenance/Makefile +++ b/maintenance/Makefile @@ -1,4 +1,4 @@ -.PHONY: help make test +.PHONY: help doc test help: # Run 'make test' to run the parser tests. # Run 'make doc' to run the phpdoc generation. diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 9a08e73d03..d8d84973e5 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -561,6 +561,15 @@ BUG 289: literal double quote in bracketed URL

!!end +!! test +External links: invalid character +!! input +[http://www.example.com test] +!! result +

[http://www.example.com test] +

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