diff options
Diffstat (limited to 'test/docx')
| -rw-r--r-- | test/docx/text_in_shape_format.docx | bin | 0 -> 42504 bytes | |||
| -rw-r--r-- | test/docx/text_in_shape_format.native | 33 |
2 files changed, 33 insertions, 0 deletions
diff --git a/test/docx/text_in_shape_format.docx b/test/docx/text_in_shape_format.docx Binary files differnew file mode 100644 index 000000000..763e62bf6 --- /dev/null +++ b/test/docx/text_in_shape_format.docx diff --git a/test/docx/text_in_shape_format.native b/test/docx/text_in_shape_format.native new file mode 100644 index 000000000..09cfa932c --- /dev/null +++ b/test/docx/text_in_shape_format.native @@ -0,0 +1,33 @@ +[ Para + [ Str "Last" + , Space + , Str "update:" + , Space + , Str "May" + , Space + , Str "1," + , Space + , Str "2017" + ] +, Para + [ Str "U" + , Str "sing" + , Space + , Str "Microsoft" + , Space + , Str "Word" + , Space + , Str "2007/2010" + , LineBreak + , Str "for" + , Space + , Str "Writing" + , Space + , Str "Technical" + , Space + , Str "Documents" + ] +, Para [ Str "Valter" , Space , Str "Kiisk" ] +, Para [ Str "Institute" , Space , Str "of" , Space , Str "Physics," , Space , Str "University" , Space , Str "of" , Space , Str "Tartu" ] +, Para [] +]
\ No newline at end of file |
