From 094cb88daccd84d34729f87c4818f1871242f861 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Tue, 2 Dec 2014 23:53:19 +0200 Subject: [PATCH] update test --- test/ParsedownTest.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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>

+

<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);