1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-06 21:00:50 +02:00

Add test to prevent regression

This commit is contained in:
Aidan Woods
2019-04-10 21:49:32 +01:00
parent 6d89393817
commit 3d2b25b79d
2 changed files with 8 additions and 1 deletions

View File

@@ -8,4 +8,6 @@ echo $message;</code></pre>
<pre><code class="language-html+php">&lt;?php
echo "Hello World";
?&gt;
&lt;a href="http://auraphp.com" &gt;Aura Project&lt;/a&gt;</code></pre>
&lt;a href="http://auraphp.com" &gt;Aura Project&lt;/a&gt;</code></pre>
<pre><code class="language-php">&lt;?php
echo "Hello World";</code></pre>

View File

@@ -22,4 +22,9 @@ echo 'language identifier with non words';
echo "Hello World";
?>
<a href="http://auraphp.com" >Aura Project</a>
```
```php some-class
<?php
echo "Hello World";
```