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-code-blocks.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create 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 new file mode 100644 index 0000000..e7c79d9 --- /dev/null +++ b/tests/markdown-test/blockquotes-with-code-blocks.html @@ -0,0 +1,16 @@ +
+

Example:

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

Or:

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