aboutsummaryrefslogtreecommitdiff
path: root/test/command/6265.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-04-11 10:40:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-04-11 10:40:59 -0700
commit9187b4bca9fc42ad7ca865d1e691664a463c8924 (patch)
treee20f1c8d713caf6322249788306b2bcc9ec27480 /test/command/6265.md
parentdd06d6354081f478e99d864ac4343896ec887eda (diff)
downloadpandoc-9187b4bca9fc42ad7ca865d1e691664a463c8924.tar.gz
LaTeX writer: ensure that `-M csquotes` works even in fragment mode.
Closes #6265.
Diffstat (limited to 'test/command/6265.md')
-rw-r--r--test/command/6265.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/6265.md b/test/command/6265.md
new file mode 100644
index 000000000..7b2ada37e
--- /dev/null
+++ b/test/command/6265.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f markdown -t latex -M csquotes=true
+"test"
+^D
+\enquote{test}
+```