aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-07-18 19:52:33 +0200
committerJohn MacFarlane <[email protected]>2022-07-18 19:52:33 +0200
commite90ce8e1ab4dc0fc441c59ea53cfd2733f587e96 (patch)
tree6eab4e8be510d7a049af1d8085228f14523c6ddf /test/command
parentdfbfbfbf2467ab7dff0ae2394ce0631540fae089 (diff)
Unescape characters in `\lstinline` inside `\passthrough`.
For full motivation, see #1629 ; this improves on 99e24cf18337b0b460005bf77e367783c34b75e7. Closes #8179.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8179.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/8179.md b/test/command/8179.md
new file mode 100644
index 000000000..ef7361878
--- /dev/null
+++ b/test/command/8179.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f latex -t native
+\passthrough{\lstinline!\\textbf\{\}!}
+^D
+[ Para [ Code ( "" , [] , [] ) "\\textbf{}" ] ]
+```