aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/writer.custom4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/writer.custom b/test/writer.custom
index db44b7b0c..2cb398eb1 100644
--- a/test/writer.custom
+++ b/test/writer.custom
@@ -57,7 +57,7 @@ It is pretty short.</p>
<p>Code in a block quote:</p>
<pre><code>sub status {
- print &quot;working&quot;;
+ 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 &quot;working&quot;;
+ print "working";
}
this code block is indented by one tab</code></pre>