aboutsummaryrefslogtreecommitdiff
path: root/test/command/1881.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/1881.md')
-rw-r--r--test/command/1881.md241
1 files changed, 123 insertions, 118 deletions
diff --git a/test/command/1881.md b/test/command/1881.md
index 92d0317ba..7a2468c1b 100644
--- a/test/command/1881.md
+++ b/test/command/1881.md
@@ -21,86 +21,90 @@
</table>
^D
[ Table
- ( "", [], [] )
- ( Caption Nothing
- [ Plain
- [ Str "Demonstration"
- , Space
- , Str "of"
- , Space
- , Str "simple"
- , Space
- , Str "table"
- , Space
- , Str "syntax."
- ]
+ ( "" , [] , [] )
+ (Caption
+ Nothing
+ [ Plain
+ [ Str "Demonstration"
+ , Space
+ , Str "of"
+ , Space
+ , Str "simple"
+ , Space
+ , Str "table"
+ , Space
+ , Str "syntax."
+ ]
+ ])
+ [ ( AlignRight , ColWidthDefault )
+ , ( AlignLeft , ColWidthDefault )
+ , ( AlignCenter , ColWidthDefault )
+ , ( AlignDefault , ColWidthDefault )
]
- )
- [
- ( AlignRight, ColWidthDefault )
- ,
- ( AlignLeft, ColWidthDefault )
- ,
- ( AlignCenter, ColWidthDefault )
- ,
- ( AlignDefault, ColWidthDefault )
- ]
- ( TableHead
- ( "", [], [] )
- [ Row
- ( "", [ "header" ], [] )
- [ Cell
- ( "", [], [] ) AlignRight
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "Right" ] ]
- , Cell
- ( "", [], [] ) AlignLeft
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "Left" ] ]
- , Cell
- ( "", [], [] ) AlignCenter
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "Center" ] ]
- , Cell
- ( "", [], [] ) AlignDefault
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "Default" ] ]
- ]
+ (TableHead
+ ( "" , [] , [] )
+ [ Row
+ ( "" , [ "header" ] , [] )
+ [ Cell
+ ( "" , [] , [] )
+ AlignRight
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "Right" ] ]
+ , Cell
+ ( "" , [] , [] )
+ AlignLeft
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "Left" ] ]
+ , Cell
+ ( "" , [] , [] )
+ AlignCenter
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "Center" ] ]
+ , Cell
+ ( "" , [] , [] )
+ AlignDefault
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "Default" ] ]
+ ]
+ ])
+ [ TableBody
+ ( "" , [] , [] )
+ (RowHeadColumns 0)
+ []
+ [ Row
+ ( "" , [ "odd" ] , [] )
+ [ Cell
+ ( "" , [] , [] )
+ AlignRight
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "12" ] ]
+ , Cell
+ ( "" , [] , [] )
+ AlignLeft
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "12" ] ]
+ , Cell
+ ( "" , [] , [] )
+ AlignCenter
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "12" ] ]
+ , Cell
+ ( "" , [] , [] )
+ AlignDefault
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "12" ] ]
+ ]
+ ]
]
- )
- [ TableBody
- ( "", [], [] )
- ( RowHeadColumns 0 ) []
- [ Row
- ( "", [ "odd" ], [] )
- [ Cell
- ( "", [], [] ) AlignRight
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "12" ] ]
- , Cell
- ( "", [], [] ) AlignLeft
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "12" ] ]
- , Cell
- ( "", [], [] ) AlignCenter
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "12" ] ]
- , Cell
- ( "", [], [] ) AlignDefault
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "12" ] ]
- ]
- ]
- ]
- ( TableFoot ( "", [], [] ) [] )
+ (TableFoot ( "" , [] , [] ) [])
]
```
@@ -116,47 +120,48 @@
</table>
^D
[ Table
- ( "", [], [] )
- ( Caption Nothing [] )
- [
- ( AlignRight, ColWidthDefault )
- ,
- ( AlignLeft, ColWidthDefault )
- ,
- ( AlignCenter, ColWidthDefault )
- ,
- ( AlignRight, ColWidthDefault )
- ]
- ( TableHead ( "", [], [] ) [] )
- [ TableBody
- ( "", [], [] )
- ( RowHeadColumns 0 ) []
- [ Row
- ( "", [ "odd" ], [] )
- [ Cell
- ( "", [], [] ) AlignRight
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "12" ] ]
- , Cell
- ( "", [], [] ) AlignLeft
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "12" ] ]
- , Cell
- ( "", [], [] ) AlignCenter
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "12" ] ]
- , Cell
- ( "", [], [] ) AlignRight
- ( RowSpan 1 )
- ( ColSpan 1 )
- [ Plain [ Str "12" ] ]
- ]
+ ( "" , [] , [] )
+ (Caption Nothing [])
+ [ ( AlignRight , ColWidthDefault )
+ , ( AlignLeft , ColWidthDefault )
+ , ( AlignCenter , ColWidthDefault )
+ , ( AlignRight , ColWidthDefault )
+ ]
+ (TableHead ( "" , [] , [] ) [])
+ [ TableBody
+ ( "" , [] , [] )
+ (RowHeadColumns 0)
+ []
+ [ Row
+ ( "" , [ "odd" ] , [] )
+ [ Cell
+ ( "" , [] , [] )
+ AlignRight
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "12" ] ]
+ , Cell
+ ( "" , [] , [] )
+ AlignLeft
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "12" ] ]
+ , Cell
+ ( "" , [] , [] )
+ AlignCenter
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "12" ] ]
+ , Cell
+ ( "" , [] , [] )
+ AlignRight
+ (RowSpan 1)
+ (ColSpan 1)
+ [ Plain [ Str "12" ] ]
+ ]
+ ]
]
- ]
- ( TableFoot ( "", [], [] ) [] )
+ (TableFoot ( "" , [] , [] ) [])
]
```