From 55de36b023ab745ebc21614f0eaecb15ad42f3b2 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 6 Oct 2008 23:30:52 +0000 Subject: [PATCH] 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. :) --- maintenance/parserTests.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.20.1