summaryrefslogtreecommitdiff
path: root/test/command/1629.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/1629.md')
-rw-r--r--test/command/1629.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/command/1629.md b/test/command/1629.md
new file mode 100644
index 000000000..34d529b0d
--- /dev/null
+++ b/test/command/1629.md
@@ -0,0 +1,10 @@
+```
+% pandoc -t latex --listings
+bla bla `a % b`
+
+*bla bla `a % b`*
+^D
+bla bla \passthrough{\lstinline!a \% b!}
+
+\emph{bla bla \passthrough{\lstinline!a \% b!}}
+```