From 0809d41a311051ab63e97ba1477ad797a85e5f7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 25 Oct 2005 07:37:16 +0000 Subject: [PATCH] * Five new parsertests for , and --- maintenance/parserTests.txt | 64 +++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 9735805f4d..a1e0ddb88b 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1694,6 +1694,70 @@ int keyword

!! end +!! article +Template:Includes +!! text +Foozarbar +!! endarticle + +!! test + and being included +!! input +{{Includes}} +!! result +

Foobar +

+!! end + +!! article +Template:Includes2 +!! text +Foobar +!! endarticle + +!! test + being included +!! input +{{Includes2}} +!! result +

Foo +

+!! end + + +!! article +Template:Includes3 +!! text +Foobarzar +!! endarticle + +!! test + and being included +!! input +{{Includes3}} +!! result +

Foo +

+!! end + +!! test + and on a page +!! input +Foozarbar +!! result +

Foozar +

+!! end + +!! test + on a page +!! input +Foobar +!! result +

Foobar +

+!! end + ### ### Pre-save transform tests ### -- 2.20.1