aboutsummaryrefslogtreecommitdiff
path: root/test/command/4513.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4513.md')
-rw-r--r--test/command/4513.md49
1 files changed, 24 insertions, 25 deletions
diff --git a/test/command/4513.md b/test/command/4513.md
index a149a699f..1f36d1958 100644
--- a/test/command/4513.md
+++ b/test/command/4513.md
@@ -3,31 +3,30 @@
|_. heading 1 |_. heading 2|
^D
[ Table
- ( "", [], [] )
- ( Caption Nothing [] )
- [
- ( AlignDefault, ColWidthDefault )
- ,
- ( AlignDefault, ColWidthDefault )
- ]
- ( TableHead
- ( "", [], [] )
- [ Row
- ( "", [], [] )
- [ Cell
- ( "", [], [] ) AlignDefault
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "heading", Space, Str "1" ] ]
- , Cell
- ( "", [], [] ) AlignDefault
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "heading", Space, Str "2" ] ]
- ]
+ ( "" , [] , [] )
+ (Caption Nothing [])
+ [ ( AlignDefault , ColWidthDefault )
+ , ( AlignDefault , ColWidthDefault )
]
- )
- [ TableBody ( "", [], [] ) ( RowHeadColumns 0 ) [] [] ]
- ( TableFoot ( "", [], [] ) [] )
+ (TableHead
+ ( "" , [] , [] )
+ [ Row
+ ( "" , [] , [] )
+ [ Cell
+ ( "" , [] , [] )
+ AlignDefault
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "heading" , Space , Str "1" ] ]
+ , Cell
+ ( "" , [] , [] )
+ AlignDefault
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "heading" , Space , Str "2" ] ]
+ ]
+ ])
+ [ TableBody ( "" , [] , [] ) (RowHeadColumns 0) [] [] ]
+ (TableFoot ( "" , [] , [] ) [])
]
```