Skip to content

Commit

Permalink
Quotes are permitted in escaped body
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantwoods committed Mar 25, 2018
1 parent 56cc418 commit 1a47e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ParsedownTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ public function test_no_markup()
<p>&lt;div&gt;<em>content</em>&lt;/div&gt;</p>
<p>sparse:</p>
<p>&lt;div&gt;
&lt;div class=&quot;inner&quot;&gt;
&lt;div class="inner"&gt;
<em>content</em>
&lt;/div&gt;
&lt;/div&gt;</p>
<p>paragraph</p>
<p>&lt;style type=&quot;text/css&quot;&gt;
<p>&lt;style type="text/css"&gt;
p {
color: red;
}
Expand Down

0 comments on commit 1a47e74

Please sign in to comment.