aboutsummaryrefslogtreecommitdiff
path: root/test/command/7155.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7155.md')
-rw-r--r--test/command/7155.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/test/command/7155.md b/test/command/7155.md
index 49358bf97..454c387d5 100644
--- a/test/command/7155.md
+++ b/test/command/7155.md
@@ -3,7 +3,16 @@
\(x\) \[x\]
\\(x\\) \\[x\\]
^D
-[Para [Math InlineMath "x",Space,Math DisplayMath "x",SoftBreak,Str "\\(x\\)",Space,Str "\\[x\\]"]]
+[ Para
+ [ Math InlineMath "x"
+ , Space
+ , Math DisplayMath "x"
+ , SoftBreak
+ , Str "\\(x\\)"
+ , Space
+ , Str "\\[x\\]"
+ ]
+]
```
```
@@ -11,5 +20,14 @@
\(x\) \[x\]
\\(x\\) \\[x\\]
^D
-[Para [Str "(x)",Space,Str "[x]",SoftBreak,Math InlineMath "x",Space,Math DisplayMath "x"]]
+[ Para
+ [ Str "(x)"
+ , Space
+ , Str "[x]"
+ , SoftBreak
+ , Math InlineMath "x"
+ , Space
+ , Math DisplayMath "x"
+ ]
+]
```