aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2007-11-03 19:21:52 +0000
committerWaylan Limberg <waylan@gmail.com>2007-11-03 19:21:52 +0000
commit552bd256be6e710766062489132d9ab7ba756b37 (patch)
treee9bcf3b961754c72c67d56e0b84d826097e9440e
parentb23d4874cb101f716f6285a3a683b8c90621ca78 (diff)
downloadmarkdown-552bd256be6e710766062489132d9ab7ba756b37.tar.gz
markdown-552bd256be6e710766062489132d9ab7ba756b37.tar.bz2
markdown-552bd256be6e710766062489132d9ab7ba756b37.zip
added tests for codeblock on first line
-rw-r--r--tests/misc/code-first-line.html2
-rw-r--r--tests/misc/code-first-line.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/code-first-line.html b/tests/misc/code-first-line.html
new file mode 100644
index 0000000..69ccaa2
--- /dev/null
+++ b/tests/misc/code-first-line.html
@@ -0,0 +1,2 @@
+<pre><code>print &quot;This is a code block.&quot;
+</code></pre> \ No newline at end of file
diff --git a/tests/misc/code-first-line.txt b/tests/misc/code-first-line.txt
new file mode 100644
index 0000000..952614d
--- /dev/null
+++ b/tests/misc/code-first-line.txt
@@ -0,0 +1 @@
+ print "This is a code block."