Modified message to not give out wrong html. Added parser test to keep track of this.
authorPlatonides <platonides@users.mediawiki.org>
Tue, 4 May 2010 15:54:16 +0000 (15:54 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 4 May 2010 15:54:16 +0000 (15:54 +0000)
languages/messages/MessagesEn.php
maintenance/parserTests.txt

index b9d6cd9..7126615 100644 (file)
@@ -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',
index 460b2ab..60eee41 100644 (file)
@@ -7420,6 +7420,20 @@ Line two
 
 !! end
 
+!! test
+Nesting tags, paragraphs on lines which begin with <div>
+!! options
+disabled
+!! input
+<div></div><strong>A
+B</strong>
+!! result
+<div></div>
+<p><strong>A
+B</strong>
+</p>
+!! end
+
 # Bug 6200: <blockquote> should behave like <div> with respect to line breaks
 !! test
 Bug 6200: paragraphs inside blockquotes (no extra line breaks)