aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-05-09 10:00:34 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-05-09 10:00:34 -0700
commit81881ce4708f06ca53088d95ff249b48f2b2e88d (patch)
treeebfc555f8170b28941b97c8768d09f97e98bd71b /test/command
parent5f33d2e0cd9f19566904c93be04f586de811dd75 (diff)
downloadpandoc-81881ce4708f06ca53088d95ff249b48f2b2e88d.tar.gz
Parsing: Lookahead for non-whitespace after single/double quote start.
Closes #4637.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/4637.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/4637.md b/test/command/4637.md
new file mode 100644
index 000000000..892b060a1
--- /dev/null
+++ b/test/command/4637.md
@@ -0,0 +1,6 @@
+```
+% pandoc -t latex
+more \indextext{dogs}' than \indextext{cats}'
+^D
+more \indextext{dogs}' than \indextext{cats}'
+```