aboutsummaryrefslogtreecommitdiff
path: root/test/command/5795.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5795.md')
-rw-r--r--test/command/5795.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/command/5795.md b/test/command/5795.md
index 0d5154b4d..8271e1232 100644
--- a/test/command/5795.md
+++ b/test/command/5795.md
@@ -9,7 +9,12 @@
% pandoc -f html -t native
<dfn class="dfn" id="foo" title="bax"><span>foo</span></dfn>
^D
-[Plain [Span ("foo",["dfn","dfn"],[("title","bax")]) [Span ("",[],[]) [Str "foo"]]]]
+[ Plain
+ [ Span
+ ( "foo" , [ "dfn" , "dfn" ] , [ ( "title" , "bax" ) ] )
+ [ Span ( "" , [] , [] ) [ Str "foo" ] ]
+ ]
+]
```
```