1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Add test to prevent regression

This commit is contained in:
Aidan Woods 2019-04-10 21:54:34 +01:00
parent fe7a50eceb
commit 87b57bf3cb
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 8 additions and 1 deletions

View File

@ -16,3 +16,5 @@ still a fenced code block</code></pre>
bar</code></pre>
<pre><code class="language-php">&lt;?php
echo "Hello World";</code></pre>

View File

@ -36,3 +36,8 @@ foo
bar
```
```php some-class
<?php
echo "Hello World";
```