aboutsummaryrefslogtreecommitdiff
path: root/test/command/5360.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5360.md')
-rw-r--r--test/command/5360.md25
1 files changed, 9 insertions, 16 deletions
diff --git a/test/command/5360.md b/test/command/5360.md
index 7aa8adfa3..2250ba9f9 100644
--- a/test/command/5360.md
+++ b/test/command/5360.md
@@ -9,21 +9,14 @@
:::
^D
[ Div
- ( "", [ "foo" ], [] )
- [ RawBlock
- ( Format "html" ) "<table>"
- , RawBlock
- ( Format "html" ) "<tr>"
- , RawBlock
- ( Format "html" ) "<td>"
- , Plain
- [ Str "hi" ]
- , RawBlock
- ( Format "html" ) "</td>"
- , RawBlock
- ( Format "html" ) "</tr>"
- , RawBlock
- ( Format "html" ) "</table>"
- ]
+ ( "" , [ "foo" ] , [] )
+ [ RawBlock (Format "html") "<table>"
+ , RawBlock (Format "html") "<tr>"
+ , RawBlock (Format "html") "<td>"
+ , Plain [ Str "hi" ]
+ , RawBlock (Format "html") "</td>"
+ , RawBlock (Format "html") "</tr>"
+ , RawBlock (Format "html") "</table>"
+ ]
]
```