From d9f4f571d2bfbf6c0a0e294e660289684be18f49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 27 Apr 2005 07:26:45 +0000 Subject: [PATCH] * Changed image width/height attributes to what we actually get with our testimage --- maintenance/parserTests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 1c719ce238..2f2567b4cd 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1585,7 +1585,7 @@ Image with frame and link !! input [[Image:Foobar.jpg|frame|left|This is a test image [[Main Page]]]] !! result -
This is a test image Main Page
This is a test image Main Page
+
This is a test image Main Page
This is a test image Main Page
!! end @@ -1612,7 +1612,7 @@ Thumbnail image caption with a free URL !! input [[Image:foobar.jpg|thumb|http://example.com]] !! result -
http://example.com
+
http://example.com
!! end -- 2.20.1