From 705f5c7969db7cc92b0be4e0a857f36c88b21f7b Mon Sep 17 00:00:00 2001 From: umherirrender Date: Thu, 4 Dec 2014 20:50:29 +0100 Subject: [PATCH] Parser test for "Free external link with trailing punctuation" Testing the letters in Parser::makeFreeExternalLink Change-Id: If8592513aa2725a11386bbf0939333e59dc62b6d --- tests/parser/parserTests.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 39129cba4c..648c495bf3 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -4099,6 +4099,31 @@ External links: with no contents

Bar

!! end +!! test +External links: Free with trailing punctuation +!! wikitext +http://example.com, +http://example.com; +http://example.com\ +http://example.com. +http://example.com: +http://example.com! +http://example.com? +http://example.com) +http://example.com/url_with_(brackets) +!! html +

http://example.com, +http://example.com; +http://example.com\ +http://example.com. +http://example.com: +http://example.com! +http://example.com? +http://example.com) +http://example.com/url_with_(brackets) +

+!! end + !! test External image !! wikitext -- 2.20.1