aboutsummaryrefslogtreecommitdiff
path: root/test/command/5881.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-13 17:07:44 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-13 17:07:44 -0800
commitcbcaf1917470acf28099c5698fd6feec7c45c470 (patch)
treef8cff0cc9572285c26de8fb68e66aae52c5887a9 /test/command/5881.md
parentec043e0d97fdc864044f7c9e7efaa1b4c733bafb (diff)
downloadpandoc-cbcaf1917470acf28099c5698fd6feec7c45c470.tar.gz
Add test for #5881.
Diffstat (limited to 'test/command/5881.md')
-rw-r--r--test/command/5881.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/5881.md b/test/command/5881.md
new file mode 100644
index 000000000..3c3970a89
--- /dev/null
+++ b/test/command/5881.md
@@ -0,0 +1,14 @@
+```
+% pandoc -t markdown -s -H D.txt -d defaults1.yaml -d defaults2.yaml
+Ok
+^D
+here's d
+
+this is a
+
+here is b
+
+and this is c
+
+Ok
+```