aboutsummaryrefslogtreecommitdiff
path: root/test/command/3853.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3853.md')
-rw-r--r--test/command/3853.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/command/3853.md b/test/command/3853.md
index 6b8be15c5..caf21ed54 100644
--- a/test/command/3853.md
+++ b/test/command/3853.md
@@ -20,11 +20,9 @@ more
hello \iftoggle{ebook}{ebook}{noebook}
^D
-[ Para
- [ Str "ebook", SoftBreak, Str "more" ]
+[ Para [ Str "ebook" , SoftBreak , Str "more" ]
, Para
- [ Str "not", Space, Str "ebook", SoftBreak, Str "more" ]
-, Para
- [ Str "hello", Space, Str "noebook" ]
+ [ Str "not" , Space , Str "ebook" , SoftBreak , Str "more" ]
+, Para [ Str "hello" , Space , Str "noebook" ]
]
```