From e4a34d5dbafb63d073209e1a6bef8010fe42d7e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 22 Sep 2011 16:00:33 +0000 Subject: [PATCH] Parser test for bug 31098, disabled of course --- tests/parser/parserTests.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 8ed3f2a2bc..232b7d4489 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -8770,6 +8770,35 @@ http://www.example.org/pic.png <-- U+3000 (vim: ^Vu3000)

!! end +!! article +Mediawiki:loop1 +!! text +{{Identical|A}} +!! endarticle + +!! article +Mediawiki:loop2 +!! text +{{Identical|B}} +!! endarticle + +!! article +Template:Identical +!! text +{{int:loop1}} +{{int:loop2}} +!! endarticle + +!! test +Bug 31098 Template which includes system messages which includes the template +!! options +disabled +!! input +{{Identical}} +!! result +... +!! end + TODO: more images more tables -- 2.20.1