From e9c724ce746bf9646eec4fce698ebc625a71eedd Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 19 Aug 2008 21:24:47 +0000 Subject: [PATCH] Add another parser test for whitespace before the number-px, just for good measure. That one was in use on pages on frwiki --- maintenance/parserTests.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 9c660c7bb2..edd3ea9e7e 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -6229,6 +6229,15 @@ Width-sized image (using px, with following whitespace - test regression from r3

!!end +!! test +Width-sized image (using px, with preceding whitespace - test regression from r39467) +!! input +[[Image:foobar.jpg| 640px]] +!! result +

+

+!!end + !! test Another italics / bold test !! input -- 2.20.1