From 5dd40e7adf64aaf7c49225c18215ea3a8b28341b Mon Sep 17 00:00:00 2001 From: Emanuil <4thmail@gmail.com> Date: Tue, 24 Sep 2013 22:53:42 +0300 Subject: [PATCH] add test for horizontal rule --- tests/data/horizontal_rule.html | 16 ++++++++++++++++ tests/data/horizontal_rule.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 tests/data/horizontal_rule.html create mode 100644 tests/data/horizontal_rule.md diff --git a/tests/data/horizontal_rule.html b/tests/data/horizontal_rule.html new file mode 100644 index 0000000..ed951c8 --- /dev/null +++ b/tests/data/horizontal_rule.html @@ -0,0 +1,16 @@ +

Dashes:

+
+
+
+
+
---
+
+
+
+
+
- - -
+

Asterisks:

+
+

Underscores:

+
+

Based on the original test suite.

\ No newline at end of file diff --git a/tests/data/horizontal_rule.md b/tests/data/horizontal_rule.md new file mode 100644 index 0000000..6e5549c --- /dev/null +++ b/tests/data/horizontal_rule.md @@ -0,0 +1,31 @@ +Dashes: + +--- + + --- + + --- + + --- + + --- + +- - - + + - - - + + - - - + + - - - + + - - - + +Asterisks: + +*** + +Underscores: + +___ + +Based on [the original](http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip) test suite. \ No newline at end of file