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/blockquotes-with-code-blocks.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/markdown-test/blockquotes-with-code-blocks.html (limited to 'tests/markdown-test/blockquotes-with-code-blocks.html') diff --git a/tests/markdown-test/blockquotes-with-code-blocks.html b/tests/markdown-test/blockquotes-with-code-blocks.html deleted file mode 100644 index 5fc98b1..0000000 --- a/tests/markdown-test/blockquotes-with-code-blocks.html +++ /dev/null @@ -1,12 +0,0 @@ -
-

Example:

-
sub status {
-    print "working";
-}
-
-

Or:

-
sub status {
-    return "working";
-}
-
-
\ No newline at end of file -- cgit v1.2.3