diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/code-first-line.html | 2 | ||||
-rw-r--r-- | tests/misc/code-first-line.txt | 1 |
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 "This is a code block." +</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." |