aboutsummaryrefslogtreecommitdiff
path: root/test/command/4134.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4134.md')
-rw-r--r--test/command/4134.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/command/4134.md b/test/command/4134.md
index b5473d948..195d85129 100644
--- a/test/command/4134.md
+++ b/test/command/4134.md
@@ -3,7 +3,7 @@
Hello.\
world.
^D
-[Para [Str "Hello.\160world."]]
+[ Para [ Str "Hello.\160world." ] ]
```
```
@@ -11,7 +11,7 @@ world.
Hello.\
world.
^D
-[Para [Str "Hello.\160world."]]
+[ Para [ Str "Hello.\160world." ] ]
```
```
@@ -20,6 +20,5 @@ Hello.\
World.
^D
-[Para [Str "Hello.\160"]
-,Para [Str "World."]]
+[ Para [ Str "Hello.\160" ] , Para [ Str "World." ] ]
```