From d5a9b77b322e429c6c76bb2477c94ea04721b008 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 19 Aug 2008 21:10:56 +0000 Subject: [PATCH] 2 new PASSING test(s) :) * Width-sized image (using px, no following whitespace) [Has never failed] * Width-sized image (using px, with following whitespace - test regression from r39467) [Has never failed] --- maintenance/parserTests.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 0b4b29b101..9c660c7bb2 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -6211,6 +6211,24 @@ Width + Height sized image (using px) (height is ignored)

!!end +!! test +Width-sized image (using px, no following whitespace) +!! input +[[Image:foobar.jpg|640px]] +!! result +

+

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

+

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