aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-10 11:24:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-10 11:24:28 -0700
commitc72277e98683544759d966fc88012b4f6d0fa8ec (patch)
tree19ba7d2508c838a012fc0a270bdf9fdb07d0e9cf /test
parent90106c300a424349f2be5787c82fd17ccf66983f (diff)
downloadpandoc-c72277e98683544759d966fc88012b4f6d0fa8ec.tar.gz
LaTeX reader: Properly handle `\^` followed by group closing.
Closes #7615.
Diffstat (limited to 'test')
-rw-r--r--test/command/7615.md6
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 ( "" , [] , [] ) "^" ] ]
+```