From: Platonides Date: Tue, 4 May 2010 15:54:16 +0000 (+0000) Subject: Modified message to not give out wrong html. Added parser test to keep track of this. X-Git-Tag: 1.31.0-rc.0~36948 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=55dfc7f46341122eee2e2e65e34ada486d47d9a3;p=lhc%2Fweb%2Fwiklou.git Modified message to not give out wrong html. Added parser test to keep track of this. --- 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)