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.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/test/command/4845.md b/test/command/4845.md
index 093161ac7..10d11127b 100644
--- a/test/command/4845.md
+++ b/test/command/4845.md
@@ -2,5 +2,20 @@
% pandoc -f html -t native
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"]]
+[ Plain
+ [ Str "x"
+ , Space
+ , Link
+ ( "" , [] , [] )
+ [ Str "leading"
+ , Space
+ , Str "trailing"
+ , Space
+ , Str "space"
+ ]
+ ( "/foo" , "" )
+ , Space
+ , Str "x"
+ ]
+]
```