From: Brion Vibber Date: Mon, 6 Oct 2008 23:30:52 +0000 (+0000) Subject: Cleanup for r41724: parser test cases altered by removal of unneeded in floati... X-Git-Tag: 1.31.0-rc.0~44862 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=55de36b023ab745ebc21614f0eaecb15ad42f3b2;p=lhc%2Fweb%2Fwiklou.git Cleanup for r41724: parser test cases altered by removal of unneeded in floating thumb. The stray was added by Gabriel Wicke in r2953 "to allow better css styling", but doesn't appear to have been really used. Doesn't seem any clear benefit to it, and it causes problems with fancy media types like OggHandler, so let's kill it and fix the tests. :) --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 43463c0e31..7631f14232 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -3081,7 +3081,7 @@ Right-aligned image !! input [[Image:foobar.jpg|right]] !! result -
+
!! end @@ -3090,7 +3090,7 @@ Image with caption !! input [[Image:foobar.jpg|right|Caption text]] !! result -
Caption text
+
Caption text
!! end @@ -6189,7 +6189,7 @@ Centre-aligned image !! input [[Image:foobar.jpg|centre]] !! result -
+
!!end @@ -6198,7 +6198,7 @@ None-aligned image !! input [[Image:foobar.jpg|none]] !! result -
+
!!end