From 1452f989207802514903126cd573834dd5cb276f Mon Sep 17 00:00:00 2001 From: Wil Mahan Date: Fri, 24 Sep 2004 18:36:17 +0000 Subject: [PATCH] Change example noted by Brion--I think the current output is arguably correct, albeit not very useful. At the moment 71 of 71 tests pass! --- maintenance/parserTests.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 7535ac4b36..8bb33febdf 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -661,12 +661,20 @@ Plain link to URL # I'm fairly sure the expected result here is wrong. # We want these to be URL links, not pseudo-pages with URLs for titles.... # However the current output is also pretty screwy. +# +# ---- +# I'm changing it to match the current output--it arguably makes more +# sense in the light of the test above. Old expected result was: +#

Piped link to URL: an example URL +#

+# But I think this test is bordering on "garbage in, garbage out" anyway. +# -- wtm !! test Piped link to URL !! input Piped link to URL: [[http://www.example.org|an example URL]] !! result -

Piped link to URL: an example URL +

Piped link to URL: [example URL (http://www.example.org|an)]

!! end -- 2.20.1