diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-10-10 11:24:28 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-10-10 11:24:28 -0700 |
commit | c72277e98683544759d966fc88012b4f6d0fa8ec (patch) | |
tree | 19ba7d2508c838a012fc0a270bdf9fdb07d0e9cf /test/command | |
parent | 90106c300a424349f2be5787c82fd17ccf66983f (diff) | |
download | pandoc-c72277e98683544759d966fc88012b4f6d0fa8ec.tar.gz |
LaTeX reader: Properly handle `\^` followed by group closing.
Closes #7615.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/7615.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/7615.md b/test/command/7615.md new file mode 100644 index 000000000..9235b0a17 --- /dev/null +++ b/test/command/7615.md @@ -0,0 +1,6 @@ +``` +% pandoc -f latex -t native +\texttt{\^} +^D +[ Para [ Code ( "" , [] , [] ) "^" ] ] +``` |