Fix custom writer test.
The custom writer is now less aggressive about escaping `"`.
This commit is contained in:
parent
641849b70a
commit
2054bcbff6
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ It is pretty short.</p>
|
|||
<p>Code in a block quote:</p>
|
||||
|
||||
<pre><code>sub status {
|
||||
print "working";
|
||||
print "working";
|
||||
}</code></pre>
|
||||
|
||||
<p>A list:</p>
|
||||
|
@ -92,7 +92,7 @@ It is pretty short.</p>
|
|||
<pre><code>---- (should be four hyphens)
|
||||
|
||||
sub status {
|
||||
print "working";
|
||||
print "working";
|
||||
}
|
||||
|
||||
this code block is indented by one tab</code></pre>
|
||||
|
|
Loading…
Add table
Reference in a new issue