From: Wil Mahan Date: Fri, 24 Sep 2004 18:36:17 +0000 (+0000) Subject: Change example noted by Brion--I think the current output is X-Git-Tag: 1.5.0alpha1~1816 X-Git-Url: http://git.cyclocoop.org/geomaker.php?a=commitdiff_plain;h=1452f989207802514903126cd573834dd5cb276f;p=lhc%2Fweb%2Fwiklou.git 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! --- 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