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/tabs.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tests/markdown-test/tabs.html (limited to 'tests/markdown-test/tabs.html') diff --git a/tests/markdown-test/tabs.html b/tests/markdown-test/tabs.html deleted file mode 100644 index 3c11f14..0000000 --- a/tests/markdown-test/tabs.html +++ /dev/null @@ -1,23 +0,0 @@ - -

Code:

-
this code block is indented by one tab
-
-

And:

-
    this code block is indented by two tabs
-
-

And:

-
+   this is an example list item
-    indented with tabs
-
-+   this is an example list item
-    indented with spaces
-
\ No newline at end of file -- cgit v1.2.3