From b15aeef1c4dbfb2f6bda88eb3c94b730074e1903 Mon Sep 17 00:00:00 2001 From: Gerry LaMontagne Date: Thu, 2 Sep 2010 20:12:07 -0400 Subject: Added test files for bug fix to ticket 62 --- tests/misc/block_html_attr.html | 27 +++++++++++++++++++++++++++ tests/misc/block_html_attr.txt | 24 ++++++++++++++++++++++++ tests/misc/block_html_simple.html | 10 ++++++++++ tests/misc/block_html_simple.txt | 9 +++++++++ 4 files changed, 70 insertions(+) create mode 100644 tests/misc/block_html_attr.html create mode 100644 tests/misc/block_html_attr.txt create mode 100644 tests/misc/block_html_simple.html create mode 100644 tests/misc/block_html_simple.txt (limited to 'tests/misc') diff --git a/tests/misc/block_html_attr.html b/tests/misc/block_html_attr.html new file mode 100644 index 0000000..d1c9efc --- /dev/null +++ b/tests/misc/block_html_attr.html @@ -0,0 +1,27 @@ +
+Raw HTML processing should not confuse this with the blockquote below +
+ +
+
+
+
+

Header2

+
+
+

Header3

+

Paragraph

+

Header3

+

Paragraph

+
+

Paragraph

+
+

Paragraph

+

linktext

+
+
+ +
+
+ + \ No newline at end of file diff --git a/tests/misc/block_html_attr.txt b/tests/misc/block_html_attr.txt new file mode 100644 index 0000000..b2603cc --- /dev/null +++ b/tests/misc/block_html_attr.txt @@ -0,0 +1,24 @@ +
+Raw HTML processing should not confuse this with the blockquote below +
+
+
+
+
+

Header2

+
+
+

Header3

+

Paragraph

+

Header3

+

Paragraph

+
+

Paragraph

+
+

Paragraph

+

linktext

+
+
+ +
+
diff --git a/tests/misc/block_html_simple.html b/tests/misc/block_html_simple.html new file mode 100644 index 0000000..dce68bc --- /dev/null +++ b/tests/misc/block_html_simple.html @@ -0,0 +1,10 @@ +

foo

+ + \ No newline at end of file diff --git a/tests/misc/block_html_simple.txt b/tests/misc/block_html_simple.txt new file mode 100644 index 0000000..d108c50 --- /dev/null +++ b/tests/misc/block_html_simple.txt @@ -0,0 +1,9 @@ +

foo

+ -- cgit v1.2.3