From 7defd0683e140b92e86db3869672aa7c6e52f1ec Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Mon, 28 Mar 2011 03:57:18 +0000 Subject: [PATCH] Followup r79639, add a new parser test for gallery items not using a namespace prefix. --- tests/parser/parserTests.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 815b54208f..d7996f427e 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -6834,6 +6834,41 @@ some caption Main Page !! end +!! test +Gallery (with namespace-less filenames) +!! input + +File:Nonexistant.jpg +Nonexistant.jpg +image:foobar.jpg +foobar.jpg + +!! result + + +!! end + !! test HTML Hex character encoding (spells the word "JavaScript") !! input -- 2.20.1