From: Ævar Arnfjörð Bjarmason Date: Wed, 27 Apr 2005 07:26:45 +0000 (+0000) Subject: * Changed image width/height attributes to what we actually get with our testimage X-Git-Tag: 1.5.0alpha1~109 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=d9f4f571d2bfbf6c0a0e294e660289684be18f49;p=lhc%2Fweb%2Fwiklou.git * Changed image width/height attributes to what we actually get with our testimage --- 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