aboutsummaryrefslogtreecommitdiff
path: root/test/command/5904.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-14 05:46:56 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-14 05:48:20 -0800
commita1f69b1c7d6622a3bee678eb01ba36e94b99cd20 (patch)
tree8aedaf5549458638df02460b045103fb4feb032d /test/command/5904.md
parente43c2e75a1284f464ce1ef9b3b6e12ea2b645f4a (diff)
downloadpandoc-a1f69b1c7d6622a3bee678eb01ba36e94b99cd20.tar.gz
Fix regression preventing header-includes from being set using -V.
See #5904.
Diffstat (limited to 'test/command/5904.md')
-rw-r--r--test/command/5904.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/5904.md b/test/command/5904.md
new file mode 100644
index 000000000..fdc29407d
--- /dev/null
+++ b/test/command/5904.md
@@ -0,0 +1,8 @@
+```
+% pandoc -s -t markdown -H test/B.txt --variable header-includes:foo
+Hi
+^D
+foo
+
+Hi
+```