From 2054bcbff6afd6c844c4c491ac868b4901b079dd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 8 Oct 2020 12:32:42 -0700 Subject: Fix custom writer test. The custom writer is now less aggressive about escaping `"`. --- test/writer.custom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/writer.custom') 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.

Code in a block quote:

sub status {
-    print "working";
+    print "working";
 }

A list:

@@ -92,7 +92,7 @@ It is pretty short.

---- (should be four hyphens)
 
 sub status {
-    print "working";
+    print "working";
 }
 
 this code block is indented by one tab
-- cgit v1.2.3