diff --git a/test/ParsedownTest.php b/test/ParsedownTest.php
index d094f2d..cb0f0e1 100644
--- a/test/ParsedownTest.php
+++ b/test/ParsedownTest.php
@@ -116,21 +116,21 @@ comment
MARKDOWN_WITH_MARKUP;
$expectedHtml = <<
<div>content</div>
sparse:
-<div> -<div class="inner"> +
<div> +<div class="inner"> content -</div> -</div>
+</div> +</div>paragraph
-<style type="text/css">
+<style type="text/css">
p {
color: red;
}
-</style>
+</style>
comment
-<!-- html comment -->
+<!-- html comment -->
EXPECTED_HTML; $parsedownWithNoMarkup = new Parsedown(); $parsedownWithNoMarkup->setMarkupEscaped(true);