From 702ebde102299963eb26506facb16547559fed42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 21 Jun 2005 13:48:35 +0000 Subject: [PATCH] * (bug 1887) Applying attachment 461 --- maintenance/parserTests.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index baad7bce2a..b82d70c272 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1268,7 +1268,7 @@ RFC 822 !! end !! test -Magic links: ISBN (bug 1937 unresolved) +Magic links: ISBN (bug 1937) !! input ISBN 0-306-40615-2 !! result @@ -1736,6 +1736,22 @@ Thumbnail image caption with a free URL !! end +!! test +BUG 1887: A ISBN with a thumbnail +!! input +[[Image:foobar.jpg|thumb|ISBN 12354]] +!! result +
ISBN 12354
+!! end + +!! test +BUG 1887: A with a thumbnail +!! input +[[Image:foobar.jpg|thumb|2+2]] +!! result +
2+2
Enlarge
<math>2+2<math>
+!! end + # Pending resolution to bug 368 !! test BUG 648: Frameless image caption with a link -- 2.20.1