
brion at svn
Aug 19, 2008, 2:10 PM
Post #1 of 1
(121 views)
Permalink
|
|
SVN: [39663] trunk/phase3/maintenance/parserTests.txt
|
|
Revision: 39663 Author: brion Date: 2008-08-19 21:10:56 +0000 (Tue, 19 Aug 2008) Log Message: ----------- 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] Modified Paths: -------------- trunk/phase3/maintenance/parserTests.txt Modified: trunk/phase3/maintenance/parserTests.txt =================================================================== --- trunk/phase3/maintenance/parserTests.txt 2008-08-19 20:59:18 UTC (rev 39662) +++ trunk/phase3/maintenance/parserTests.txt 2008-08-19 21:10:56 UTC (rev 39663) @@ -6212,6 +6212,24 @@ !!end !! test +Width-sized image (using px, no following whitespace) +!! input +[[Image:foobar.jpg|640px]] +!! result +<p><a href="/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/640px-Foobar.jpg" width="640" height="73" border="0" /></a> +</p> +!!end + +!! test +Width-sized image (using px, with following whitespace - test regression from r39467) +!! input +[[Image:foobar.jpg|640px ]] +!! result +<p><a href="/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/640px-Foobar.jpg" width="640" height="73" border="0" /></a> +</p> +!!end + +!! test Another italics / bold test !! input ''' ''x' _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|