diff options
author | Brion Vibber <brion@users.mediawiki.org> | 2008-08-19 21:10:56 +0000 |
---|---|---|
committer | Brion Vibber <brion@users.mediawiki.org> | 2008-08-19 21:10:56 +0000 |
commit | d5a9b77b322e429c6c76bb2477c94ea04721b008 (patch) | |
tree | 274bf8597667c2387b1864d74d673ff5ed310607 /maintenance/parserTests.txt | |
parent | 915c24e8bd5c5b7e651be4d289c0b540e5019948 (diff) | |
download | mediawikicore-d5a9b77b322e429c6c76bb2477c94ea04721b008.tar.gz mediawikicore-d5a9b77b322e429c6c76bb2477c94ea04721b008.zip |
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]
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/39663
Diffstat (limited to 'maintenance/parserTests.txt')
-rw-r--r-- | maintenance/parserTests.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 0b4b29b1016b..9c660c7bb26f 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -6212,6 +6212,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 +<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' |