aboutsummaryrefslogtreecommitdiff
path: root/test/command/4845.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4845.md')
-rw-r--r--test/command/4845.md23
1 files changed, 14 insertions, 9 deletions
diff --git a/test/command/4845.md b/test/command/4845.md
index 092c48181..10d11127b 100644
--- a/test/command/4845.md
+++ b/test/command/4845.md
@@ -3,14 +3,19 @@
x<a href="/foo"> leading trailing space </a>x
^D
[ Plain
- [ Str "x"
- , Space
- , Link
- ( "", [], [] )
- [ Str "leading", Space, Str "trailing", Space, Str "space" ]
- ( "/foo", "" )
- , Space
- , Str "x"
- ]
+ [ Str "x"
+ , Space
+ , Link
+ ( "" , [] , [] )
+ [ Str "leading"
+ , Space
+ , Str "trailing"
+ , Space
+ , Str "space"
+ ]
+ ( "/foo" , "" )
+ , Space
+ , Str "x"
+ ]
]
```