From 81881ce4708f06ca53088d95ff249b48f2b2e88d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 9 May 2018 10:00:34 -0700 Subject: Parsing: Lookahead for non-whitespace after single/double quote start. Closes #4637. --- test/command/4637.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/4637.md (limited to 'test') 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}' +``` -- cgit v1.2.3