diff options
-rw-r--r-- | maintenance/parserTests.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 5f5f54fc85ad..0990f39c721a 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -7230,11 +7230,11 @@ test </nowiki></poem> !!result <div class="poem"> -<p><br /> -this<br /> +<p>this<br /> is<br /> a<br /> -test</p> +test +</p> </div> !!end @@ -7250,11 +7250,11 @@ test </nowiki></poem> !!result <div class="poem"> -<p><br /> -this<br /> +<p>this<br /> '''is'''<br /> a<br /> -test</p> +test +</p> </div> !! end |