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/safe_mode/inline-html-simple.html | 45 --------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 tests/safe_mode/inline-html-simple.html (limited to 'tests/safe_mode/inline-html-simple.html') diff --git a/tests/safe_mode/inline-html-simple.html b/tests/safe_mode/inline-html-simple.html deleted file mode 100644 index ad19a77..0000000 --- a/tests/safe_mode/inline-html-simple.html +++ /dev/null @@ -1,45 +0,0 @@ -

Here's a simple block:

-

<div> - foo -</div>

-

This should be a code block, though:

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

As should this:

-
<div>foo</div>
-
-

Now, nested:

-

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

-

This should just be an HTML comment:

-

<!-- Comment -->

-

Multiline:

-

<!-- -Blah -Blah --->

-

Code block:

-
<!-- Comment -->
-
-

Just plain comment, with trailing spaces on the line:

-

<!-- foo -->

-

Code:

-
<hr />
-
-

Hr's:

-

<hr>

-

<hr/>

-

<hr />

-

<hr>

-

<hr/>

-

<hr />

-

<hr class="foo" id="bar" />

-

<hr class="foo" id="bar"/>

-

<hr class="foo" id="bar" >

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