From d24439ada0704948deef0d3eda2ea20fd8db1747 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Wed, 21 May 2014 23:20:46 +0300 Subject: [PATCH] improve test suite --- test/data/html_simple.html | 28 -------------- test/data/html_simple.md | 39 -------------------- test/data/self-closing_block-level_html.html | 4 -- test/data/self-closing_block-level_html.md | 7 ---- test/data/self-closing_html.html | 12 ++++++ test/data/self-closing_html.md | 12 ++++++ 6 files changed, 24 insertions(+), 78 deletions(-) delete mode 100644 test/data/html_simple.html delete mode 100644 test/data/html_simple.md delete mode 100644 test/data/self-closing_block-level_html.html delete mode 100644 test/data/self-closing_block-level_html.md create mode 100644 test/data/self-closing_html.html create mode 100644 test/data/self-closing_html.md diff --git a/test/data/html_simple.html b/test/data/html_simple.html deleted file mode 100644 index 61e50b6..0000000 --- a/test/data/html_simple.html +++ /dev/null @@ -1,28 +0,0 @@ -

Headings:

-

Overview

-

blah

-

Block Elements

-

blah

-

- Span Elements -

-

blah

-

Hr's:

-
-

blah

-
-

blah

-
-

blah

-
-

blah

-
-

blah

-
-

blah

-
-

blah

-
-

blah

-
-

blah

\ No newline at end of file diff --git a/test/data/html_simple.md b/test/data/html_simple.md deleted file mode 100644 index 7b930df..0000000 --- a/test/data/html_simple.md +++ /dev/null @@ -1,39 +0,0 @@ -Headings: - -

Overview

-blah -

Block Elements

-blah -

- Span Elements -

-blah - -Hr's: - -
-blah - -
-blah - -
-blah - -
-blah - -
-blah - -
-blah - -
-blah - -
-blah - -
-blah diff --git a/test/data/self-closing_block-level_html.html b/test/data/self-closing_block-level_html.html deleted file mode 100644 index c3cb1f4..0000000 --- a/test/data/self-closing_block-level_html.html +++ /dev/null @@ -1,4 +0,0 @@ -
-

attributes:

-
-

...

\ No newline at end of file diff --git a/test/data/self-closing_block-level_html.md b/test/data/self-closing_block-level_html.md deleted file mode 100644 index 95f00ec..0000000 --- a/test/data/self-closing_block-level_html.md +++ /dev/null @@ -1,7 +0,0 @@ -
- -attributes: - -
- -... \ No newline at end of file diff --git a/test/data/self-closing_html.html b/test/data/self-closing_html.html new file mode 100644 index 0000000..4d072b4 --- /dev/null +++ b/test/data/self-closing_html.html @@ -0,0 +1,12 @@ +
+

paragraph

+
+

paragraph

+
+

paragraph

+
+

paragraph

+
+

paragraph

+
+

paragraph

\ No newline at end of file diff --git a/test/data/self-closing_html.md b/test/data/self-closing_html.md new file mode 100644 index 0000000..acb2032 --- /dev/null +++ b/test/data/self-closing_html.md @@ -0,0 +1,12 @@ +
+paragraph +
+paragraph +
+paragraph +
+paragraph +
+paragraph +
+paragraph \ No newline at end of file