summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-27 17:01:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-27 17:09:55 -0700
commit8fcf66453cc4f9d1cf9413aa466477e56290d733 (patch)
tree7fa3a3c559c80a879ccda586e0597880dce4fe44 /test
parent64376955745cf4fd407947eb8022460bf498176b (diff)
RST reader: Fixed `..include::` directive.
Closes #3880.
Diffstat (limited to 'test')
-rw-r--r--test/command/3880.md6
-rw-r--r--test/command/3880.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/test/command/3880.md b/test/command/3880.md
new file mode 100644
index 000000000..b8edaf08f
--- /dev/null
+++ b/test/command/3880.md
@@ -0,0 +1,6 @@
+```
+pandoc -f rst -t native
+.. include:: command/3880.txt
+^D
+[Para [Str "hi"]]
+```
diff --git a/test/command/3880.txt b/test/command/3880.txt
new file mode 100644
index 000000000..45b983be3
--- /dev/null
+++ b/test/command/3880.txt
@@ -0,0 +1 @@
+hi