From 3d2b25b79d3ab33bc9a78122399769628350c646 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Wed, 10 Apr 2019 21:49:32 +0100 Subject: [PATCH] Add test to prevent regression --- test/data/fenced_code_block.html | 4 +++- test/data/fenced_code_block.md | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/test/data/fenced_code_block.html b/test/data/fenced_code_block.html index 565a541..fd49307 100644 --- a/test/data/fenced_code_block.html +++ b/test/data/fenced_code_block.html @@ -8,4 +8,6 @@ echo $message;
<?php
 echo "Hello World";
 ?>
-<a href="http://auraphp.com" >Aura Project</a>
\ No newline at end of file +<a href="http://auraphp.com" >Aura Project</a> +
<?php
+echo "Hello World";
\ No newline at end of file diff --git a/test/data/fenced_code_block.md b/test/data/fenced_code_block.md index 62db24a..4d93d14 100644 --- a/test/data/fenced_code_block.md +++ b/test/data/fenced_code_block.md @@ -22,4 +22,9 @@ echo 'language identifier with non words'; echo "Hello World"; ?> Aura Project +``` + +```php some-class +