improve tests

This commit is contained in:
Emanuil Rusev 2014-01-17 01:25:41 +02:00
parent 98b17e3354
commit 149b687ee7
4 changed files with 17 additions and 2 deletions

View File

@ -4,4 +4,5 @@
<h4>h4</h4>
<h5>h5</h5>
<h6>h6</h6>
<h1>closed h1</h1>
<h1>closed h1</h1>
<p>#</p>

View File

@ -10,4 +10,6 @@
###### h6
# closed h1 #
# closed h1 #
#

View File

@ -0,0 +1,6 @@
<pre><code>&lt;?php
$message = 'Hello World!';
echo $message;
echo "following a blank line";</code></pre>

View File

@ -0,0 +1,6 @@
<?php
$message = 'Hello World!';
echo $message;
echo "following a blank line";