aboutsummaryrefslogtreecommitdiff
path: root/test/command/5420.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5420.md')
-rw-r--r--test/command/5420.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/5420.md b/test/command/5420.md
new file mode 100644
index 000000000..b638fe5d2
--- /dev/null
+++ b/test/command/5420.md
@@ -0,0 +1,6 @@
+```
+% pandoc --listings -t latex
+`int a = 1;`{.cpp style=cpp}
+^D
+\passthrough{\lstinline[language={C++}, style=cpp]!int a = 1;!}
+```