aboutsummaryrefslogtreecommitdiff
path: root/test/dokuwiki_multiblock_table.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/dokuwiki_multiblock_table.native')
-rw-r--r--test/dokuwiki_multiblock_table.native46
1 files changed, 31 insertions, 15 deletions
diff --git a/test/dokuwiki_multiblock_table.native b/test/dokuwiki_multiblock_table.native
index 6059efb71..677f0bc6d 100644
--- a/test/dokuwiki_multiblock_table.native
+++ b/test/dokuwiki_multiblock_table.native
@@ -1,18 +1,34 @@
-[Table [Str "Sample",Space,Str "grid",Space,Str "table."] [AlignDefault,AlignDefault,AlignDefault] [0.2222222222222222,0.2222222222222222,0.2916666666666667]
- [[Plain [Str "Fruit"]]
- ,[Plain [Str "Price"]]
- ,[Plain [Str "Advantages"]]]
- [[[Para [Str "Bananas"]]
- ,[Para [Str "$1.34"]]
- ,[Para [Str "built-in",Space,Str "wrapper"]
+[Table ("",[],[]) (Caption Nothing
+ [Para [Str "Sample",Space,Str "grid",Space,Str "table."]]) [(AlignDefault,Just 0.2222222222222222),(AlignDefault,Just 0.2222222222222222),(AlignDefault,Just 0.2916666666666667)] 0
+ [Row ("",[],[])
+ [Cell ("",[],[]) Nothing 1 1
+ [Plain [Str "Fruit"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Plain [Str "Price"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Plain [Str "Advantages"]]]]
+ [Row ("",[],[])
+ [Cell ("",[],[]) Nothing 1 1
+ [Para [Str "Bananas"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Para [Str "$1.34"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Para [Str "built-in",Space,Str "wrapper"]
,Para [Str "potassium"]]]
- ,[[Para [Str "Oranges"]]
- ,[Para [Str "$2.10"]]
- ,[BulletList
+ ,Row ("",[],[])
+ [Cell ("",[],[]) Nothing 1 1
+ [Para [Str "Oranges"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Para [Str "$2.10"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [BulletList
[[Plain [Str "cures",Space,Str "scurvy"]]
,[Plain [Str "tasty"]]]]]
- ,[[Para [Str "Apples"]]
- ,[Para [Str "$1.10"]]
- ,[Para [Str "Some",Space,Str "text",LineBreak,LineBreak,Str "after",Space,Str "two",Space,Str "linebreaks"]
- ]]
- ]]
+ ,Row ("",[],[])
+ [Cell ("",[],[]) Nothing 1 1
+ [Para [Str "Apples"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Para [Str "$1.10"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Para [Str "Some",Space,Str "text",LineBreak,LineBreak,Str "after",Space,Str "two",Space,Str "linebreaks"]]]]
+ []]