summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/9555.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/9555.md b/test/command/9555.md
new file mode 100644
index 000000000..0631f71af
--- /dev/null
+++ b/test/command/9555.md
@@ -0,0 +1,12 @@
+```
+% pandoc -t native -f latex
+a\@ b\@c
+
+\makeatletter
+a\@ b\@c
+\makeatother
+a\@ b\@c
+[ Para [ Str "a" , Space , Str "bc" ]
+, Para [ Str "ab" , SoftBreak , Str "a" , Space , Str "bc" ]
+]
+```