aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-01-22 21:39:26 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-01-22 21:39:26 -0800
commit5ddd7b121e1aea061b3e7b831dabbd13311929ff (patch)
tree173d57dd67230706d92b60cc150fe9c5896bc3be /test
parent3707bed4c1f211f5cebc22820ad6d70e36c04fcc (diff)
downloadpandoc-5ddd7b121e1aea061b3e7b831dabbd13311929ff.tar.gz
LaTeX reader: support `\endinput`. Closes #5233.
Diffstat (limited to 'test')
-rw-r--r--test/command/5233.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/5233.md b/test/command/5233.md
new file mode 100644
index 000000000..0c92e955e
--- /dev/null
+++ b/test/command/5233.md
@@ -0,0 +1,9 @@
+```
+% pandoc -f latex -t plain
+foo
+\endinput
+bar
+^D
+foo
+```
+