From 81b56ed858fc0621907085d93ac4ac73674b16cb Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 22 Aug 2008 13:58:19 -0400 Subject: Fixed up some more tests - renamed misspelled filenames and removed executable status. --- tests/markdown-test/blockquotes-with-dode-blocks.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/markdown-test/blockquotes-with-dode-blocks.html (limited to 'tests/markdown-test/blockquotes-with-dode-blocks.html') diff --git a/tests/markdown-test/blockquotes-with-dode-blocks.html b/tests/markdown-test/blockquotes-with-dode-blocks.html deleted file mode 100644 index e7c79d9..0000000 --- a/tests/markdown-test/blockquotes-with-dode-blocks.html +++ /dev/null @@ -1,16 +0,0 @@ -
-

Example:

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

Or:

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