Skip to content

Commit

Permalink
Add test to prevent regression
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantwoods committed Apr 10, 2019
1 parent 6d89393 commit 3d2b25b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/data/fenced_code_block.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
<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>
5 changes: 5 additions & 0 deletions test/data/fenced_code_block.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
```

0 comments on commit 3d2b25b

Please sign in to comment.