diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-04 12:56:30 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-04 12:56:30 +0100 |
commit | 18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc (patch) | |
tree | 05f4e9024093e233c131b3494e71265062ffd94a /test/odt | |
parent | 8418c1a7d7e5312dfddbc011adb257552b2a864b (diff) | |
download | pandoc-18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc.tar.gz |
Moved tests/ -> test/.
Diffstat (limited to 'test/odt')
72 files changed, 63 insertions, 0 deletions
diff --git a/test/odt/markdown/bold.md b/test/odt/markdown/bold.md new file mode 100644 index 000000000..fa4eb0431 --- /dev/null +++ b/test/odt/markdown/bold.md @@ -0,0 +1 @@ +Here comes **bold** text
\ No newline at end of file diff --git a/test/odt/markdown/citation.md b/test/odt/markdown/citation.md new file mode 100644 index 000000000..adcc9f0ff --- /dev/null +++ b/test/odt/markdown/citation.md @@ -0,0 +1 @@ +Some text[@Ex] with a citation.
\ No newline at end of file diff --git a/test/odt/markdown/endnote.md b/test/odt/markdown/endnote.md new file mode 100644 index 000000000..679af3fdc --- /dev/null +++ b/test/odt/markdown/endnote.md @@ -0,0 +1,3 @@ +Some text[^1] with an endnote. + +[^1]: Endnote text
\ No newline at end of file diff --git a/test/odt/markdown/externalLink.md b/test/odt/markdown/externalLink.md new file mode 100644 index 000000000..14f48d0f5 --- /dev/null +++ b/test/odt/markdown/externalLink.md @@ -0,0 +1 @@ +Here comes an [external link](http://example.com/) to example.com.
\ No newline at end of file diff --git a/test/odt/markdown/footnote.md b/test/odt/markdown/footnote.md new file mode 100644 index 000000000..973ae2d3a --- /dev/null +++ b/test/odt/markdown/footnote.md @@ -0,0 +1,3 @@ +Some text[^1] with a footnote. + +[^1]: Footnote text
\ No newline at end of file diff --git a/test/odt/markdown/headers.md b/test/odt/markdown/headers.md new file mode 100644 index 000000000..ea5d4452c --- /dev/null +++ b/test/odt/markdown/headers.md @@ -0,0 +1,9 @@ +# A header (Lv 1) + +A paragraph + +## Another header (Lv 2) + +Another paragraph + +# Back to Level 1
\ No newline at end of file diff --git a/test/odt/markdown/horizontalRule.md b/test/odt/markdown/horizontalRule.md new file mode 100644 index 000000000..73b314ff7 --- /dev/null +++ b/test/odt/markdown/horizontalRule.md @@ -0,0 +1 @@ +---
\ No newline at end of file diff --git a/test/odt/markdown/image.md b/test/odt/markdown/image.md new file mode 100644 index 000000000..3862d709e --- /dev/null +++ b/test/odt/markdown/image.md @@ -0,0 +1 @@ +![](10000000000000FA000000FAD6A15225.jpg)
\ No newline at end of file diff --git a/test/odt/markdown/imageIndex.md b/test/odt/markdown/imageIndex.md new file mode 100644 index 000000000..6719ab8a8 --- /dev/null +++ b/test/odt/markdown/imageIndex.md @@ -0,0 +1,6 @@ +# Abbildungsverzeichnis + +Abbildung 1: Image caption + +![Abbildung 1: Image caption](10000000000000FA000000FAD6A15225.jpg) + diff --git a/test/odt/markdown/imageWithCaption.md b/test/odt/markdown/imageWithCaption.md new file mode 100644 index 000000000..0046ae141 --- /dev/null +++ b/test/odt/markdown/imageWithCaption.md @@ -0,0 +1 @@ +![Abbildung 1: Image caption](10000000000000FA000000FAD6A15225.jpg)
\ No newline at end of file diff --git a/test/odt/markdown/italic.md b/test/odt/markdown/italic.md new file mode 100644 index 000000000..b4d2f3d40 --- /dev/null +++ b/test/odt/markdown/italic.md @@ -0,0 +1 @@ +Here comes *italic* text
\ No newline at end of file diff --git a/test/odt/markdown/listBlocks.md b/test/odt/markdown/listBlocks.md new file mode 100644 index 000000000..22c77bb2b --- /dev/null +++ b/test/odt/markdown/listBlocks.md @@ -0,0 +1,6 @@ +<text:list xml:id="list2666723676250588421" text:style-name="L6"> +<text:list-header> +<text:p text:style-name="P1">Indented text in a list.</text:p> +</text:list-header> +<text:list-item> +<text:p text:style-name="P1">This is a numbered block.<text:line-break/>It contains several paragraphs of text.<text:line-break/>Like this.</text:p></text:list-item><text:list-item><text:p text:style-name="P1">Next item.</text:p></text:list-item></text:list></office:text></office:body></office:document-content>
\ No newline at end of file diff --git a/test/odt/markdown/paragraph.md b/test/odt/markdown/paragraph.md new file mode 100644 index 000000000..0a822e322 --- /dev/null +++ b/test/odt/markdown/paragraph.md @@ -0,0 +1,5 @@ +This is a paragraph. + +This is another paragraph. + +This is a third one.
\ No newline at end of file diff --git a/test/odt/markdown/strikeout.md b/test/odt/markdown/strikeout.md new file mode 100644 index 000000000..6ae4571dd --- /dev/null +++ b/test/odt/markdown/strikeout.md @@ -0,0 +1 @@ +Here comes text that was ~~striken out~~.
\ No newline at end of file diff --git a/test/odt/markdown/trackedChanges.md b/test/odt/markdown/trackedChanges.md new file mode 100644 index 000000000..f0bd478a3 --- /dev/null +++ b/test/odt/markdown/trackedChanges.md @@ -0,0 +1 @@ +Some text with and inserted text.
\ No newline at end of file diff --git a/test/odt/markdown/underlined.md b/test/odt/markdown/underlined.md new file mode 100644 index 000000000..05fb92379 --- /dev/null +++ b/test/odt/markdown/underlined.md @@ -0,0 +1 @@ +Here comes *underlined* text
\ No newline at end of file diff --git a/test/odt/native/blockquote.native b/test/odt/native/blockquote.native new file mode 100644 index 000000000..8c9409dde --- /dev/null +++ b/test/odt/native/blockquote.native @@ -0,0 +1 @@ +[Para [Str "Normal"],BlockQuote [Para [Str "Indented",Space,Str "(1cm)"]]]
\ No newline at end of file diff --git a/test/odt/native/image.native b/test/odt/native/image.native new file mode 100644 index 000000000..667442539 --- /dev/null +++ b/test/odt/native/image.native @@ -0,0 +1 @@ +[Para [Image ("",[],[("width","5.292cm"),("height","5.292cm")]) [] ("Pictures/10000000000000FA000000FAD6A15225.jpg","")]] diff --git a/test/odt/native/imageIndex.native b/test/odt/native/imageIndex.native new file mode 100644 index 000000000..fe7b69c16 --- /dev/null +++ b/test/odt/native/imageIndex.native @@ -0,0 +1 @@ +[Para [Image ("",[],[("width","5.292cm"),("height","5.292cm")]) [Str "Abbildung",Space,Str "1:",Space,Str "Image",Space,Str "caption"] ("Pictures/10000000000000FA000000FAD6A15225.jpg","fig:")]] diff --git a/test/odt/native/imageWithCaption.native b/test/odt/native/imageWithCaption.native new file mode 100644 index 000000000..fe7b69c16 --- /dev/null +++ b/test/odt/native/imageWithCaption.native @@ -0,0 +1 @@ +[Para [Image ("",[],[("width","5.292cm"),("height","5.292cm")]) [Str "Abbildung",Space,Str "1:",Space,Str "Image",Space,Str "caption"] ("Pictures/10000000000000FA000000FAD6A15225.jpg","fig:")]] diff --git a/test/odt/native/inlinedCode.native b/test/odt/native/inlinedCode.native new file mode 100644 index 000000000..6e32ff7a9 --- /dev/null +++ b/test/odt/native/inlinedCode.native @@ -0,0 +1 @@ +[Para [Str "Here",Space,Str "comes",Space,Code ("",[],[]) "inlined code",Space,Str "text",Space,Str "and",Space,Code ("",[],[]) "an another",Space,Str "one."]] diff --git a/test/odt/native/orderedListMixed.native b/test/odt/native/orderedListMixed.native new file mode 100644 index 000000000..c2c8586af --- /dev/null +++ b/test/odt/native/orderedListMixed.native @@ -0,0 +1 @@ +Pandoc (Meta {unMeta = fromList []}) [OrderedList (1,Decimal,Period) [[Plain [Str "A",Space,Str "list",Space,Str "item"]],[Plain [Str "A",Space,Str "second"]],[Para [Str "A",Space,Str "third"],OrderedList (1,Decimal,Period) [[Para [Str "New",Space,Str "level!"],OrderedList (1,LowerAlpha,OneParen) [[Plain [Str "And",Space,Str "another!"]],[Plain [Str "It's",Space,Str "great",Space,Str "up",Space,Str "here!"]]]],[Plain [Str "Oh",Space,Str "noes"]],[Plain [Str "We",Space,Str "fell!"]]]],[Plain [Str "Maybe",Space,Str "someone"]],[Plain [Str "Pushed",Space,Str "us?"]]],Para [],OrderedList (4,Decimal,Period) [[Plain [Str "Start",Space,Str "new",Space,Str "list,",Space,Str "but",Space,Str "a",Space,Str "different",Space,Str "starting",Space,Str "point."]] ,[Plain [Str "Because",Space,Str "we",Space,Str "can."]]]]
\ No newline at end of file diff --git a/test/odt/native/orderedListRoman.native b/test/odt/native/orderedListRoman.native new file mode 100644 index 000000000..73bbbf1c9 --- /dev/null +++ b/test/odt/native/orderedListRoman.native @@ -0,0 +1 @@ +Pandoc (Meta {unMeta = fromList []}) [OrderedList (1,UpperRoman,Period) [[Plain[Str "A",Space,Str "list",Space,Str "item"]],[Plain [Str "A",Space,Str "second"]],[Para [Str "A",Space,Str "third"],OrderedList (1,UpperRoman,Period) [[Para [Str "New",Space,Str "level!"],OrderedList (1,UpperRoman,Period) [[Plain [Str "And",Space,Str "another!"]],[Plain [Str "It's",Space,Str "great",Space,Str "up",Space,Str "here!"]]]],[Plain [Str "Oh",Space,Str "noes"]],[Plain [Str "We",Space,Str "fell!"]]]],[Plain [Str "Maybe",Space,Str "someone"]],[Plain [Str "Pushed",Space,Str "us?"]]],Para [],OrderedList (4,UpperRoman,Period) [[Plain [Str "Start",Space,Str "new",Space,Str "list,",Space,Str "but",Space,Str "a",Space,Str "different",Space,Str "starting",Space,Str "point."]] ,[Plain [Str "Because",Space,Str "we",Space,Str "can."]]]]
\ No newline at end of file diff --git a/test/odt/native/orderedListSimple.native b/test/odt/native/orderedListSimple.native new file mode 100644 index 000000000..0b1f85231 --- /dev/null +++ b/test/odt/native/orderedListSimple.native @@ -0,0 +1 @@ +Pandoc (Meta {unMeta = fromList []}) [OrderedList (1,Decimal,Period) [[Plain [Str "A",Space,Str "list",Space,Str "item"]],[Plain [Str "A",Space,Str "second"]],[Para [Str "A",Space,Str "third"],OrderedList (1,Decimal,Period) [[Para [Str "New",Space,Str "level!"],OrderedList (1,Decimal,Period) [[Plain [Str "And",Space,Str "another!"]],[Plain [Str "It's",Space,Str "great",Space,Str "up",Space,Str "here!"]]]],[Plain [Str "Oh",Space,Str "noes"]],[Plain [Str "We",Space,Str "fell!"]]]],[Plain [Str "Maybe",Space,Str "someone"]],[Plain [Str "Pushed",Space,Str "us?"]]],Para [],OrderedList (4,Decimal,Period) [[Plain [Str "Start",Space,Str "new",Space,Str "list,",Space,Str "but",Space,Str "a",Space,Str "different",Space,Str "starting",Space,Str "point."]] ,[Plain [Str "Because",Space,Str "we",Space,Str "can."]]]]
\ No newline at end of file diff --git a/test/odt/native/referenceToChapter.native b/test/odt/native/referenceToChapter.native new file mode 100644 index 000000000..544fcaaf1 --- /dev/null +++ b/test/odt/native/referenceToChapter.native @@ -0,0 +1 @@ +[Header 1 ("a-chapter",[],[]) [Span ("anchor",[],[]) [],Str "A",Space,Str "chapter"],Para [Str "Some",Space,Str "text."],Header 1 ("another-chapter",[],[]) [Str "Another",Space,Str "chapter"],Para [Str "A",Space,Str "reference",Space,Str "to",Space,Str "."],Para [Str "A",Space,Str "reference",Space,Str "to",Space,Link ("",[],[]) [Str "A",Space,Str "chapter"] ("#anchor",""),Str "."]] diff --git a/test/odt/native/referenceToListItem.native b/test/odt/native/referenceToListItem.native new file mode 100644 index 000000000..e64389ce6 --- /dev/null +++ b/test/odt/native/referenceToListItem.native @@ -0,0 +1 @@ +[OrderedList (1,Decimal,Period) [[Plain [Span ("anchor",[],[]) [],Str "A",Space,Str "list",Space,Str "item"]],[Plain [Str "Another",Space,Str "list",Space,Str "item"]]],Para [Str "A",Space,Str "reference",Space,Str "to",Space,Str "list",Space,Str "item",Space,Link ("",[],[]) [Str "1."] ("#anchor",""),Str "."],Para [],Para []] diff --git a/test/odt/native/referenceToText.native b/test/odt/native/referenceToText.native new file mode 100644 index 000000000..a2c3e588d --- /dev/null +++ b/test/odt/native/referenceToText.native @@ -0,0 +1 @@ +[Para [Span ("an anchor",[],[]) [],Str "Some",Space,Str "text."],Para [Str "A",Space,Str "reference",Space,Str "to",Space,Link ("",[],[]) [Str "Some",Space,Str "text"] ("#an anchor",""),Str "."],Para [Str "Some",Space,Str "text",LineBreak,Str "Another",Space,Str "one",Space,Str "with",Space,Str "a",Space,Str "link",Span ("anchor",[],[]) []]] diff --git a/test/odt/native/simpleTable.native b/test/odt/native/simpleTable.native new file mode 100644 index 000000000..0a9b380a5 --- /dev/null +++ b/test/odt/native/simpleTable.native @@ -0,0 +1 @@ +[Table [] [AlignDefault,AlignDefault] [0.0,0.0] [[],[]] [[[Plain [Str "Content"]],[Plain [Str "More",Space,Str "content"]]]],Para []] diff --git a/test/odt/native/simpleTableWithCaption.native b/test/odt/native/simpleTableWithCaption.native new file mode 100644 index 000000000..18d68b772 --- /dev/null +++ b/test/odt/native/simpleTableWithCaption.native @@ -0,0 +1 @@ +[Table [Str "Table",Space,Str "1:",Space,Str "Some",Space,Str "caption",Space,Str "for",Space,Str "a",Space,Str "table"] [AlignDefault,AlignDefault] [0.0,0.0] [[],[]] [[[Plain [Str "Content"]],[Plain [Str "More",Space,Str "content"]]]],Para []] diff --git a/test/odt/native/tableWithContents.native b/test/odt/native/tableWithContents.native new file mode 100644 index 000000000..b1d3c5765 --- /dev/null +++ b/test/odt/native/tableWithContents.native @@ -0,0 +1 @@ +[Table [] [AlignDefault,AlignDefault] [0.0,0.0] [[],[]] [[[Plain [Str "A"]],[Plain [Str "B"]]],[[Plain [Str "C"]],[Plain [Str "D"]]]],Para []] diff --git a/test/odt/native/textMixedStyles.native b/test/odt/native/textMixedStyles.native new file mode 100644 index 000000000..1347867c6 --- /dev/null +++ b/test/odt/native/textMixedStyles.native @@ -0,0 +1,5 @@ +[Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "simple",Space,Str "text"] +,Para [] +,Para [Str "that",Space,Str "is",Space,Str "both",Space,Emph [Str "italic",Space],Strong [Str "bold",Space],Emph [Str "underlined",Space],Str "and",Space,Str "the",Space,Emph [Strong [Str "first",Space,Str "two"]],Space,Str "and",Space,Str "the",Space,Emph [Strong [Str "last",Space,Str "two",Space]],Space,Str "and",Space,Strong [Strikeout [Str "bold",Space,Str "and",Space,Str "line",Space,Str "through"]]] +,Para [] +,Para [Str "And",Space,Str "with",Space,Superscript [Emph [Str "superscripts"]]]] diff --git a/test/odt/native/unicode.native b/test/odt/native/unicode.native new file mode 100644 index 000000000..b6ac9760c --- /dev/null +++ b/test/odt/native/unicode.native @@ -0,0 +1 @@ +[Para [Str "\8220\8221\8217\231\1256\169\188\1074\1073\1060\1064\246\201\181"]]
\ No newline at end of file diff --git a/test/odt/native/unorderedList.native b/test/odt/native/unorderedList.native new file mode 100644 index 000000000..a8c083d13 --- /dev/null +++ b/test/odt/native/unorderedList.native @@ -0,0 +1 @@ +[BulletList [[Plain [Str "A",Space,Str "list",Space,Str "item"]],[Plain [Str "A",Space,Str "second"]],[Para [Str "A",Space,Str "third"],BulletList [[Para [Str "New",Space,Str "level!"],BulletList [[Plain [Str "And",Space,Str "another!"]],[Plain [Str "It's",Space,Str "great",Space,Str "up",Space,Str "here!"]]]],[Plain [Str "Oh",Space,Str "noes"]],[Plain [Str "We",Space,Str "fell!"]]]],[Plain [Str "Maybe",Space,Str "someone"]],[Plain [Str "Pushed",Space,Str "us?"]]]]
\ No newline at end of file diff --git a/test/odt/odt/blockquote.odt b/test/odt/odt/blockquote.odt Binary files differnew file mode 100644 index 000000000..0114e308f --- /dev/null +++ b/test/odt/odt/blockquote.odt diff --git a/test/odt/odt/bold.odt b/test/odt/odt/bold.odt Binary files differnew file mode 100644 index 000000000..49285722e --- /dev/null +++ b/test/odt/odt/bold.odt diff --git a/test/odt/odt/citation.odt b/test/odt/odt/citation.odt Binary files differnew file mode 100644 index 000000000..b6dbe649e --- /dev/null +++ b/test/odt/odt/citation.odt diff --git a/test/odt/odt/endnote.odt b/test/odt/odt/endnote.odt Binary files differnew file mode 100644 index 000000000..c1aba45da --- /dev/null +++ b/test/odt/odt/endnote.odt diff --git a/test/odt/odt/expression.odt b/test/odt/odt/expression.odt Binary files differnew file mode 100644 index 000000000..1085d7008 --- /dev/null +++ b/test/odt/odt/expression.odt diff --git a/test/odt/odt/expressionUnevaluated.odt b/test/odt/odt/expressionUnevaluated.odt Binary files differnew file mode 100644 index 000000000..64df660b6 --- /dev/null +++ b/test/odt/odt/expressionUnevaluated.odt diff --git a/test/odt/odt/externalLink.odt b/test/odt/odt/externalLink.odt Binary files differnew file mode 100644 index 000000000..1d8f55489 --- /dev/null +++ b/test/odt/odt/externalLink.odt diff --git a/test/odt/odt/footnote.odt b/test/odt/odt/footnote.odt Binary files differnew file mode 100644 index 000000000..74915c33c --- /dev/null +++ b/test/odt/odt/footnote.odt diff --git a/test/odt/odt/formula.odt b/test/odt/odt/formula.odt Binary files differnew file mode 100644 index 000000000..5cf5f3451 --- /dev/null +++ b/test/odt/odt/formula.odt diff --git a/test/odt/odt/headers.odt b/test/odt/odt/headers.odt Binary files differnew file mode 100644 index 000000000..9212e9fb1 --- /dev/null +++ b/test/odt/odt/headers.odt diff --git a/test/odt/odt/hiddenTextByStyle.odt b/test/odt/odt/hiddenTextByStyle.odt Binary files differnew file mode 100644 index 000000000..79c40ca98 --- /dev/null +++ b/test/odt/odt/hiddenTextByStyle.odt diff --git a/test/odt/odt/hiddenTextByVariable.odt b/test/odt/odt/hiddenTextByVariable.odt Binary files differnew file mode 100644 index 000000000..ec793d466 --- /dev/null +++ b/test/odt/odt/hiddenTextByVariable.odt diff --git a/test/odt/odt/horizontalRule.odt b/test/odt/odt/horizontalRule.odt Binary files differnew file mode 100644 index 000000000..df09386bc --- /dev/null +++ b/test/odt/odt/horizontalRule.odt diff --git a/test/odt/odt/image.odt b/test/odt/odt/image.odt Binary files differnew file mode 100644 index 000000000..c2fd1e407 --- /dev/null +++ b/test/odt/odt/image.odt diff --git a/test/odt/odt/imageIndex.odt b/test/odt/odt/imageIndex.odt Binary files differnew file mode 100644 index 000000000..220a49047 --- /dev/null +++ b/test/odt/odt/imageIndex.odt diff --git a/test/odt/odt/imageWithCaption.odt b/test/odt/odt/imageWithCaption.odt Binary files differnew file mode 100644 index 000000000..99b5b7af1 --- /dev/null +++ b/test/odt/odt/imageWithCaption.odt diff --git a/test/odt/odt/inlinedCode.odt b/test/odt/odt/inlinedCode.odt Binary files differnew file mode 100644 index 000000000..320375cc9 --- /dev/null +++ b/test/odt/odt/inlinedCode.odt diff --git a/test/odt/odt/italic.odt b/test/odt/odt/italic.odt Binary files differnew file mode 100644 index 000000000..d05cfeade --- /dev/null +++ b/test/odt/odt/italic.odt diff --git a/test/odt/odt/listBlocks.odt b/test/odt/odt/listBlocks.odt Binary files differnew file mode 100644 index 000000000..5855e9920 --- /dev/null +++ b/test/odt/odt/listBlocks.odt diff --git a/test/odt/odt/orderedListMixed.odt b/test/odt/odt/orderedListMixed.odt Binary files differnew file mode 100644 index 000000000..2b593d635 --- /dev/null +++ b/test/odt/odt/orderedListMixed.odt diff --git a/test/odt/odt/orderedListRoman.odt b/test/odt/odt/orderedListRoman.odt Binary files differnew file mode 100644 index 000000000..0acfe92ce --- /dev/null +++ b/test/odt/odt/orderedListRoman.odt diff --git a/test/odt/odt/orderedListSimple.odt b/test/odt/odt/orderedListSimple.odt Binary files differnew file mode 100644 index 000000000..7af312fcc --- /dev/null +++ b/test/odt/odt/orderedListSimple.odt diff --git a/test/odt/odt/paragraph.odt b/test/odt/odt/paragraph.odt Binary files differnew file mode 100644 index 000000000..b635b2164 --- /dev/null +++ b/test/odt/odt/paragraph.odt diff --git a/test/odt/odt/referenceAllInOne.odt b/test/odt/odt/referenceAllInOne.odt Binary files differnew file mode 100644 index 000000000..e9f38e359 --- /dev/null +++ b/test/odt/odt/referenceAllInOne.odt diff --git a/test/odt/odt/referenceToChapter.odt b/test/odt/odt/referenceToChapter.odt Binary files differnew file mode 100644 index 000000000..d4be67b0b --- /dev/null +++ b/test/odt/odt/referenceToChapter.odt diff --git a/test/odt/odt/referenceToListItem.odt b/test/odt/odt/referenceToListItem.odt Binary files differnew file mode 100644 index 000000000..be3aed245 --- /dev/null +++ b/test/odt/odt/referenceToListItem.odt diff --git a/test/odt/odt/referenceToText.odt b/test/odt/odt/referenceToText.odt Binary files differnew file mode 100644 index 000000000..19237e6f1 --- /dev/null +++ b/test/odt/odt/referenceToText.odt diff --git a/test/odt/odt/simpleTable.odt b/test/odt/odt/simpleTable.odt Binary files differnew file mode 100644 index 000000000..a00622918 --- /dev/null +++ b/test/odt/odt/simpleTable.odt diff --git a/test/odt/odt/simpleTableWithCaption.odt b/test/odt/odt/simpleTableWithCaption.odt Binary files differnew file mode 100644 index 000000000..ec6fac894 --- /dev/null +++ b/test/odt/odt/simpleTableWithCaption.odt diff --git a/test/odt/odt/strikeout.odt b/test/odt/odt/strikeout.odt Binary files differnew file mode 100644 index 000000000..3a3f1543a --- /dev/null +++ b/test/odt/odt/strikeout.odt diff --git a/test/odt/odt/table.odt b/test/odt/odt/table.odt Binary files differnew file mode 100644 index 000000000..7a2b1cfae --- /dev/null +++ b/test/odt/odt/table.odt diff --git a/test/odt/odt/tableWithCaption.odt b/test/odt/odt/tableWithCaption.odt Binary files differnew file mode 100644 index 000000000..d44654460 --- /dev/null +++ b/test/odt/odt/tableWithCaption.odt diff --git a/test/odt/odt/tableWithContents.odt b/test/odt/odt/tableWithContents.odt Binary files differnew file mode 100644 index 000000000..392e4202c --- /dev/null +++ b/test/odt/odt/tableWithContents.odt diff --git a/test/odt/odt/textMixedStyles.odt b/test/odt/odt/textMixedStyles.odt Binary files differnew file mode 100644 index 000000000..382b338ad --- /dev/null +++ b/test/odt/odt/textMixedStyles.odt diff --git a/test/odt/odt/trackedChanges.odt b/test/odt/odt/trackedChanges.odt Binary files differnew file mode 100644 index 000000000..5ac493ed7 --- /dev/null +++ b/test/odt/odt/trackedChanges.odt diff --git a/test/odt/odt/underlined.odt b/test/odt/odt/underlined.odt Binary files differnew file mode 100644 index 000000000..d645717b8 --- /dev/null +++ b/test/odt/odt/underlined.odt diff --git a/test/odt/odt/unicode.odt b/test/odt/odt/unicode.odt Binary files differnew file mode 100644 index 000000000..07e200425 --- /dev/null +++ b/test/odt/odt/unicode.odt diff --git a/test/odt/odt/unorderedList.odt b/test/odt/odt/unorderedList.odt Binary files differnew file mode 100644 index 000000000..50a950024 --- /dev/null +++ b/test/odt/odt/unorderedList.odt diff --git a/test/odt/odt/variable.odt b/test/odt/odt/variable.odt Binary files differnew file mode 100644 index 000000000..73ff5f648 --- /dev/null +++ b/test/odt/odt/variable.odt |