aboutsummaryrefslogtreecommitdiff
path: root/test/docx/sdt_elements.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/docx/sdt_elements.native')
-rw-r--r--test/docx/sdt_elements.native34
1 files changed, 24 insertions, 10 deletions
diff --git a/test/docx/sdt_elements.native b/test/docx/sdt_elements.native
index 7f7768728..ad48dab5c 100644
--- a/test/docx/sdt_elements.native
+++ b/test/docx/sdt_elements.native
@@ -1,10 +1,24 @@
-[Table [] [AlignDefault,AlignDefault,AlignDefault] [0.0,0.0,0.0]
- [[]
- ,[]
- ,[]]
- [[[Plain [Strong [Str "col1Header"]]]
- ,[Plain [Strong [Str "col2Header"]]]
- ,[Plain [Strong [Str "col3Header"]]]]
- ,[[Plain [Str "col1",Space,Str "content"]]
- ,[Plain [Str "Body",Space,Str "copy"]]
- ,[Plain [Str "col3",Space,Str "content"]]]]]
+[Table ("",[],[]) (Caption Nothing
+ []) [(AlignDefault,Nothing),(AlignDefault,Nothing),(AlignDefault,Nothing)] 0
+ [Row ("",[],[])
+ [Cell ("",[],[]) Nothing 1 1
+ []
+ ,Cell ("",[],[]) Nothing 1 1
+ []
+ ,Cell ("",[],[]) Nothing 1 1
+ []]]
+ [Row ("",[],[])
+ [Cell ("",[],[]) Nothing 1 1
+ [Plain [Strong [Str "col1Header"]]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Plain [Strong [Str "col2Header"]]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Plain [Strong [Str "col3Header"]]]]
+ ,Row ("",[],[])
+ [Cell ("",[],[]) Nothing 1 1
+ [Plain [Str "col1",Space,Str "content"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Plain [Str "Body",Space,Str "copy"]]
+ ,Cell ("",[],[]) Nothing 1 1
+ [Plain [Str "col3",Space,Str "content"]]]]
+ []]