aboutsummaryrefslogtreecommitdiff
path: root/test/command/latex-stackengine.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2021-12-29 15:48:25 +0200
committerIgor Pashev <pashev.igor@gmail.com>2021-12-29 15:50:01 +0200
commitb80b03c0b3d03c9504854fe97e7e6def6fe7c609 (patch)
treef3080ccb4c1a9cccfacee7b4fff41d829c1037e2 /test/command/latex-stackengine.md
parent004d06cfdca6b15364f39d632daf87675ce18b8d (diff)
downloadpandoc-b80b03c0b3d03c9504854fe97e7e6def6fe7c609.tar.gz
Update the tests
Diffstat (limited to 'test/command/latex-stackengine.md')
-rw-r--r--test/command/latex-stackengine.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/latex-stackengine.md b/test/command/latex-stackengine.md
index 21253bf61..967e22546 100644
--- a/test/command/latex-stackengine.md
+++ b/test/command/latex-stackengine.md
@@ -5,7 +5,7 @@
\addstackgap{Hello} World
^D
-[Para [Str "Hello",Space,Str "World"]]
+[ Para [ Str "Hello" , Space , Str "World" ] ]
```
```
@@ -13,6 +13,6 @@
Hello \addstackgap[12pt]{World}
^D
-[Para [Str "Hello",Space,Str "World"]]
+[ Para [ Str "Hello" , Space , Str "World" ] ]
```