aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.man
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-10 22:24:57 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-10 22:24:57 +0000
commit2fd7da07d4f044364609f42d8b8f799340960923 (patch)
treec0f2bf775352b956f30f0a0e346deb4f54e6fd19 /tests/writer.man
parent79359605d154fd77578aea42adc65b9281ef463d (diff)
downloadpandoc-2fd7da07d4f044364609f42d8b8f799340960923.tar.gz
Man writer: don't escape " as \".
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1399 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.man')
-rw-r--r--tests/writer.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.man b/tests/writer.man
index d1a8b8a86..e855aa807 100644
--- a/tests/writer.man
+++ b/tests/writer.man
@@ -49,7 +49,7 @@ Code in a block quote:
.PP
\f[CR]
sub\ status\ {
- \ \ \ \ print\ \"working\";
+ \ \ \ \ print\ "working";
}
\f[]
.PP
@@ -83,7 +83,7 @@ Code:
----\ (should\ be\ four\ hyphens)
sub\ status\ {
- \ \ \ \ print\ \"working\";
+ \ \ \ \ print\ "working";
}
this\ code\ block\ is\ indented\ by\ one\ tab