From 55dfc7f46341122eee2e2e65e34ada486d47d9a3 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 4 May 2010 15:54:16 +0000 Subject: [PATCH] Modified message to not give out wrong html. Added parser test to keep track of this. --- languages/messages/MessagesEn.php | 3 +-- maintenance/parserTests.txt | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index b9d6cd9520..712661590f 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3455,8 +3455,7 @@ This is probably caused by a link to a blacklisted external site.', check for correct installation of latex, dvips, gs, and convert', 'math_bad_tmpdir' => 'Cannot write to or create math temp directory', 'math_bad_output' => 'Cannot write to or create math output directory', -'math_notexvc' => 'Missing texvc executable; -please see math/README to configure.', +'math_notexvc' => 'Missing texvc executable; please see math/README to configure.', # Patrolling 'markaspatrolleddiff' => 'Mark as patrolled', diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 460b2ab92a..60eee419d9 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -7420,6 +7420,20 @@ Line two !! end +!! test +Nesting tags, paragraphs on lines which begin with
+!! options +disabled +!! input +
A +B +!! result +
+

A +B +

+!! end + # Bug 6200:
should behave like
with respect to line breaks !! test Bug 6200: paragraphs inside blockquotes (no extra line breaks) -- 2.20.1