From 18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Feb 2017 12:56:30 +0100 Subject: Moved tests/ -> test/. --- tests/odt/markdown/bold.md | 1 - tests/odt/markdown/citation.md | 1 - tests/odt/markdown/endnote.md | 3 --- tests/odt/markdown/externalLink.md | 1 - tests/odt/markdown/footnote.md | 3 --- tests/odt/markdown/headers.md | 9 --------- tests/odt/markdown/horizontalRule.md | 1 - tests/odt/markdown/image.md | 1 - tests/odt/markdown/imageIndex.md | 6 ------ tests/odt/markdown/imageWithCaption.md | 1 - tests/odt/markdown/italic.md | 1 - tests/odt/markdown/listBlocks.md | 6 ------ tests/odt/markdown/paragraph.md | 5 ----- tests/odt/markdown/strikeout.md | 1 - tests/odt/markdown/trackedChanges.md | 1 - tests/odt/markdown/underlined.md | 1 - 16 files changed, 42 deletions(-) delete mode 100644 tests/odt/markdown/bold.md delete mode 100644 tests/odt/markdown/citation.md delete mode 100644 tests/odt/markdown/endnote.md delete mode 100644 tests/odt/markdown/externalLink.md delete mode 100644 tests/odt/markdown/footnote.md delete mode 100644 tests/odt/markdown/headers.md delete mode 100644 tests/odt/markdown/horizontalRule.md delete mode 100644 tests/odt/markdown/image.md delete mode 100644 tests/odt/markdown/imageIndex.md delete mode 100644 tests/odt/markdown/imageWithCaption.md delete mode 100644 tests/odt/markdown/italic.md delete mode 100644 tests/odt/markdown/listBlocks.md delete mode 100644 tests/odt/markdown/paragraph.md delete mode 100644 tests/odt/markdown/strikeout.md delete mode 100644 tests/odt/markdown/trackedChanges.md delete mode 100644 tests/odt/markdown/underlined.md (limited to 'tests/odt/markdown') diff --git a/tests/odt/markdown/bold.md b/tests/odt/markdown/bold.md deleted file mode 100644 index fa4eb0431..000000000 --- a/tests/odt/markdown/bold.md +++ /dev/null @@ -1 +0,0 @@ -Here comes **bold** text \ No newline at end of file diff --git a/tests/odt/markdown/citation.md b/tests/odt/markdown/citation.md deleted file mode 100644 index adcc9f0ff..000000000 --- a/tests/odt/markdown/citation.md +++ /dev/null @@ -1 +0,0 @@ -Some text[@Ex] with a citation. \ No newline at end of file diff --git a/tests/odt/markdown/endnote.md b/tests/odt/markdown/endnote.md deleted file mode 100644 index 679af3fdc..000000000 --- a/tests/odt/markdown/endnote.md +++ /dev/null @@ -1,3 +0,0 @@ -Some text[^1] with an endnote. - -[^1]: Endnote text \ No newline at end of file diff --git a/tests/odt/markdown/externalLink.md b/tests/odt/markdown/externalLink.md deleted file mode 100644 index 14f48d0f5..000000000 --- a/tests/odt/markdown/externalLink.md +++ /dev/null @@ -1 +0,0 @@ -Here comes an [external link](http://example.com/) to example.com. \ No newline at end of file diff --git a/tests/odt/markdown/footnote.md b/tests/odt/markdown/footnote.md deleted file mode 100644 index 973ae2d3a..000000000 --- a/tests/odt/markdown/footnote.md +++ /dev/null @@ -1,3 +0,0 @@ -Some text[^1] with a footnote. - -[^1]: Footnote text \ No newline at end of file diff --git a/tests/odt/markdown/headers.md b/tests/odt/markdown/headers.md deleted file mode 100644 index ea5d4452c..000000000 --- a/tests/odt/markdown/headers.md +++ /dev/null @@ -1,9 +0,0 @@ -# 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/tests/odt/markdown/horizontalRule.md b/tests/odt/markdown/horizontalRule.md deleted file mode 100644 index 73b314ff7..000000000 --- a/tests/odt/markdown/horizontalRule.md +++ /dev/null @@ -1 +0,0 @@ ---- \ No newline at end of file diff --git a/tests/odt/markdown/image.md b/tests/odt/markdown/image.md deleted file mode 100644 index 3862d709e..000000000 --- a/tests/odt/markdown/image.md +++ /dev/null @@ -1 +0,0 @@ -![](10000000000000FA000000FAD6A15225.jpg) \ No newline at end of file diff --git a/tests/odt/markdown/imageIndex.md b/tests/odt/markdown/imageIndex.md deleted file mode 100644 index 6719ab8a8..000000000 --- a/tests/odt/markdown/imageIndex.md +++ /dev/null @@ -1,6 +0,0 @@ -# Abbildungsverzeichnis - -Abbildung 1: Image caption - -![Abbildung 1: Image caption](10000000000000FA000000FAD6A15225.jpg) - diff --git a/tests/odt/markdown/imageWithCaption.md b/tests/odt/markdown/imageWithCaption.md deleted file mode 100644 index 0046ae141..000000000 --- a/tests/odt/markdown/imageWithCaption.md +++ /dev/null @@ -1 +0,0 @@ -![Abbildung 1: Image caption](10000000000000FA000000FAD6A15225.jpg) \ No newline at end of file diff --git a/tests/odt/markdown/italic.md b/tests/odt/markdown/italic.md deleted file mode 100644 index b4d2f3d40..000000000 --- a/tests/odt/markdown/italic.md +++ /dev/null @@ -1 +0,0 @@ -Here comes *italic* text \ No newline at end of file diff --git a/tests/odt/markdown/listBlocks.md b/tests/odt/markdown/listBlocks.md deleted file mode 100644 index 22c77bb2b..000000000 --- a/tests/odt/markdown/listBlocks.md +++ /dev/null @@ -1,6 +0,0 @@ - - -Indented text in a list. - - -This is a numbered block.It contains several paragraphs of text.Like this.Next item. \ No newline at end of file diff --git a/tests/odt/markdown/paragraph.md b/tests/odt/markdown/paragraph.md deleted file mode 100644 index 0a822e322..000000000 --- a/tests/odt/markdown/paragraph.md +++ /dev/null @@ -1,5 +0,0 @@ -This is a paragraph. - -This is another paragraph. - -This is a third one. \ No newline at end of file diff --git a/tests/odt/markdown/strikeout.md b/tests/odt/markdown/strikeout.md deleted file mode 100644 index 6ae4571dd..000000000 --- a/tests/odt/markdown/strikeout.md +++ /dev/null @@ -1 +0,0 @@ -Here comes text that was ~~striken out~~. \ No newline at end of file diff --git a/tests/odt/markdown/trackedChanges.md b/tests/odt/markdown/trackedChanges.md deleted file mode 100644 index f0bd478a3..000000000 --- a/tests/odt/markdown/trackedChanges.md +++ /dev/null @@ -1 +0,0 @@ -Some text with and inserted text. \ No newline at end of file diff --git a/tests/odt/markdown/underlined.md b/tests/odt/markdown/underlined.md deleted file mode 100644 index 05fb92379..000000000 --- a/tests/odt/markdown/underlined.md +++ /dev/null @@ -1 +0,0 @@ -Here comes *underlined* text \ No newline at end of file -- cgit v1.2.3