From: Platonides Date: Tue, 4 May 2010 16:32:32 +0000 (+0000) Subject: Fixed a couple of typos. X-Git-Tag: 1.31.0-rc.0~36946 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=45c1ddf4ae698053940954e24a418bbfbe404f33;p=lhc%2Fweb%2Fwiklou.git Fixed a couple of typos. 'Parents of subpages, two levels up' test from r17687 was working but the expected result was wrong. Added a second link to also take trailing text into account. --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 60eee419d9..c40e70982e 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -2603,7 +2603,7 @@ BUG 41: Template parameters shown as broken links Template:MSGNW test !! text ''None'' of '''this''' should be -* interepreted +* interpreted but rather passed unmodified {{test}} !! endarticle @@ -2617,7 +2617,7 @@ disabled {{msgnw:MSGNW test}} !! result

''None'' of '''this''' should be -* interepreted +* interpreted but rather passed unmodified {{test}}

@@ -4821,7 +4821,7 @@ disabled !! input
!! result -Something, but defenetly not
... +Something, but definitely not
... !! end !! test @@ -6718,12 +6718,14 @@ subpage title=[[Subpage test/L1/L2/L3]] !! test Parents of subpages, two levels up !! options -disabled subpage title=[[Subpage test/L1/L2/L3]] !! input [[../../|L1]]2 + +[[../../|L1]]l !! result -

L1 +

L12 +

L1l

!! end