From cf40af4049ec56ab5a87a83c0ff5a51392ab0bbe Mon Sep 17 00:00:00 2001 From: Rob Church Date: Wed, 17 Jan 2007 19:48:37 +0000 Subject: [PATCH] Some parser tests to go with r19397 --- maintenance/parserTests.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 3d748aef3a..8c7a2ee8d0 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1470,6 +1470,34 @@ title=[[Main Page]]

!! end +!! article +00 +!! text +This is 00. +!! endarticle + +!!test +Self-link to numeric title +!!options +title=[[0]] +!!input +[[0]] +!!result +

0 +

+!!end + +!!test +Link to numeric-equivalent title +!!options +title=[[0]] +!!input +[[00]] +!!result +

00 +

+!!end + !! test inside a link !! input -- 2.20.1