aboutsummaryrefslogtreecommitdiff
path: root/test/command/4119.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4119.md')
-rw-r--r--test/command/4119.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/test/command/4119.md b/test/command/4119.md
index 70f008643..1df7775c8 100644
--- a/test/command/4119.md
+++ b/test/command/4119.md
@@ -8,11 +8,19 @@ pandoc -t native
not a caption!
::::::::::::::::
^D
-[Table [] [AlignDefault,AlignDefault] [0.0,0.0]
- [[Plain [Str "col1"]]
- ,[Plain [Str "col2"]]]
- [[[Plain [Str "1"]]
- ,[Plain [Str "2"]]]]
+[Table ("",[],[]) (Caption Nothing
+ []) [(AlignDefault,Nothing),(AlignDefault,Nothing)] 0
+ [Row ("",[],[])
+ [Cell ("",[],[]) Nothing 1 1
+ [Plain [Str "col1"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Plain [Str "col2"]]]]
+ [Row ("",[],[])
+ [Cell ("",[],[]) Nothing 1 1
+ [Plain [Str "1"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Plain [Str "2"]]]]
+ []
,Div ("",["notes"],[])
[Para [Str "not",Space,Str "a",Space,Str "caption!"]]]
```