From bc5b7c288d29215c585db254a203889e0dea54e2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 7 Oct 2014 22:35:19 -0700 Subject: Removed oldtests. --- oldtests/Original/Blockquotes_with_code_blocks.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 oldtests/Original/Blockquotes_with_code_blocks.html (limited to 'oldtests/Original/Blockquotes_with_code_blocks.html') diff --git a/oldtests/Original/Blockquotes_with_code_blocks.html b/oldtests/Original/Blockquotes_with_code_blocks.html deleted file mode 100644 index fd1cb1b..0000000 --- a/oldtests/Original/Blockquotes_with_code_blocks.html +++ /dev/null @@ -1,12 +0,0 @@ -
-

Example:

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

Or:

-
sub status {
-    return "working";
-}
-
-
-- cgit v1.2.3