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 fe7a50e commit 87b57bf
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 @@ -15,4 +15,6 @@
<pre><code>foo


bar</code></pre>
bar</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 @@ -35,4 +35,9 @@ foo
bar
```

```php some-class
<?php
echo "Hello World";
```

0 comments on commit 87b57bf

Please sign in to comment.