Skip to content

Commit 3d2b25b

Browse files
committed
Add test to prevent regression
1 parent 6d89393 commit 3d2b25b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

test/data/fenced_code_block.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
<pre><code class="language-html+php">&lt;?php
99
echo "Hello World";
1010
?&gt;
11-
&lt;a href="http://auraphp.com" &gt;Aura Project&lt;/a&gt;</code></pre>
11+
&lt;a href="http://auraphp.com" &gt;Aura Project&lt;/a&gt;</code></pre>
12+
<pre><code class="language-php">&lt;?php
13+
echo "Hello World";</code></pre>

test/data/fenced_code_block.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@ echo 'language identifier with non words';
2222
echo "Hello World";
2323
?>
2424
<a href="http://auraphp.com" >Aura Project</a>
25+
```
26+
27+
```php some-class
28+
<?php
29+
echo "Hello World";
2530
```

0 commit comments

Comments
 (0)