Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -7420,6 +7420,20 @@ |
7421 | 7421 | |
7422 | 7422 | !! end |
7423 | 7423 | |
| 7424 | +!! test |
| 7425 | +Nesting tags, paragraphs on lines which begin with <div> |
| 7426 | +!! options |
| 7427 | +disabled |
| 7428 | +!! input |
| 7429 | +<div></div><strong>A |
| 7430 | +B</strong> |
| 7431 | +!! result |
| 7432 | +<div></div> |
| 7433 | +<p><strong>A |
| 7434 | +B</strong> |
| 7435 | +</p> |
| 7436 | +!! end |
| 7437 | + |
7424 | 7438 | # Bug 6200: <blockquote> should behave like <div> with respect to line breaks |
7425 | 7439 | !! test |
7426 | 7440 | Bug 6200: paragraphs inside blockquotes (no extra line breaks) |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3455,8 +3455,7 @@ |
3456 | 3456 | check for correct installation of latex, dvips, gs, and convert', |
3457 | 3457 | 'math_bad_tmpdir' => 'Cannot write to or create math temp directory', |
3458 | 3458 | 'math_bad_output' => 'Cannot write to or create math output directory', |
3459 | | -'math_notexvc' => 'Missing texvc executable; |
3460 | | -please see math/README to configure.', |
| 3459 | +'math_notexvc' => 'Missing texvc executable; please see math/README to configure.', |
3461 | 3460 | |
3462 | 3461 | # Patrolling |
3463 | 3462 | 'markaspatrolleddiff' => 'Mark as patrolled', |