From 45c1ddf4ae698053940954e24a418bbfbe404f33 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 4 May 2010 16:32:32 +0000 Subject: [PATCH] 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. --- maintenance/parserTests.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 -- 2.20.1