aboutsummaryrefslogtreecommitdiff
path: root/test/command/4068.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4068.md')
-rw-r--r--test/command/4068.md41
1 files changed, 23 insertions, 18 deletions
diff --git a/test/command/4068.md b/test/command/4068.md
index 53fb660d0..83527a6fd 100644
--- a/test/command/4068.md
+++ b/test/command/4068.md
@@ -5,24 +5,29 @@
[http://domain.com?a=. open productname bugs]
^D
[ Para
- [ Link
- ( "", [], [] )
- [ Str "open", Space, Str "productname", Space, Str "bugs" ]
- ( "https://domain.com/script.php?a=1&b=2&c=&d=4", "" )
- ]
+ [ Link
+ ( "" , [] , [] )
+ [ Str "open"
+ , Space
+ , Str "productname"
+ , Space
+ , Str "bugs"
+ ]
+ ( "https://domain.com/script.php?a=1&b=2&c=&d=4" , "" )
+ ]
, Para
- [ Str "["
- , Link
- ( "", [], [] )
- [ Str "http://domain.com?a=" ]
- ( "http://domain.com?a=", "" )
- , Str "."
- , Space
- , Str "open"
- , Space
- , Str "productname"
- , Space
- , Str "bugs]"
- ]
+ [ Str "["
+ , Link
+ ( "" , [] , [] )
+ [ Str "http://domain.com?a=" ]
+ ( "http://domain.com?a=" , "" )
+ , Str "."
+ , Space
+ , Str "open"
+ , Space
+ , Str "productname"
+ , Space
+ , Str "bugs]"
+ ]
]
```