aboutsummaryrefslogtreecommitdiff
path: root/test/command/latex-stackengine.md
diff options
context:
space:
mode:
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" ] ]
```