aboutsummaryrefslogtreecommitdiff
path: root/test/command/3989.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3989.md')
-rw-r--r--test/command/3989.md30
1 files changed, 14 insertions, 16 deletions
diff --git a/test/command/3989.md b/test/command/3989.md
index 75872a102..647aa355a 100644
--- a/test/command/3989.md
+++ b/test/command/3989.md
@@ -4,21 +4,19 @@
<span title="1st line of text <br> 2nd line of text">foo</span>
^D
[ Para
- [ Span
- ( ""
- , []
- ,
- [ ( "title", "1st line of text <br> 2nd line of text" ) ]
- )
- [ Str "foo" ]
- , SoftBreak
- , Span
- ( ""
- , []
- ,
- [ ( "title", "1st line of text <br> 2nd line of text" ) ]
- )
- [ Str "foo" ]
- ]
+ [ Span
+ ( ""
+ , []
+ , [ ( "title" , "1st line of text <br> 2nd line of text" ) ]
+ )
+ [ Str "foo" ]
+ , SoftBreak
+ , Span
+ ( ""
+ , []
+ , [ ( "title" , "1st line of text <br> 2nd line of text" ) ]
+ )
+ [ Str "foo" ]
+ ]
]
```