From 8b430d251b2518fa3303d7027f50268e0254b7a1 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 30 May 2009 22:31:55 -0400 Subject: Moves tests to a subdir of the markdown lib. --- tests/markdown-test/inline-html-simple.html | 58 ----------------------------- 1 file changed, 58 deletions(-) delete mode 100644 tests/markdown-test/inline-html-simple.html (limited to 'tests/markdown-test/inline-html-simple.html') diff --git a/tests/markdown-test/inline-html-simple.html b/tests/markdown-test/inline-html-simple.html deleted file mode 100644 index cb10451..0000000 --- a/tests/markdown-test/inline-html-simple.html +++ /dev/null @@ -1,58 +0,0 @@ -

Here's a simple block:

-
- foo -
- -

This should be a code block, though:

-
<div>
-    foo
-</div>
-
-

As should this:

-
<div>foo</div>
-
-

Now, nested:

-
-
-
- foo -
-
-
- -

This should just be an HTML comment:

- - -

Multiline:

- - -

Code block:

-
<!-- Comment -->
-
-

Just plain comment, with trailing spaces on the line:

- - -

Code:

-
<hr />
-
-

Hr's:

-
- -
- -
- -
- -
- -
- -
- -
- -
\ No newline at end of file -- cgit v1.2.3