X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Ftest%2FCodeCleanerTest.php;fp=vendor%2Fpsy%2Fpsysh%2Ftest%2FCodeCleanerTest.php;h=40ec6b42e4e5a3024c4686b4c723c7bf6f294f83;hp=e00b0678e2ab45e36e2537e02229035666d9fa33;hb=419f97be044f1aebd0713921ee604841127e9e84;hpb=052617e40b525f8b817d84c29b1c04951f427069 diff --git a/vendor/psy/psysh/test/CodeCleanerTest.php b/vendor/psy/psysh/test/CodeCleanerTest.php index e00b0678e..40ec6b42e 100644 --- a/vendor/psy/psysh/test/CodeCleanerTest.php +++ b/vendor/psy/psysh/test/CodeCleanerTest.php @@ -60,6 +60,8 @@ class CodeCleanerTest extends \PHPUnit\Framework\TestCase [['echo \''], true], [['if (1) {'], true], + [['echo "foo",'], true], + [['echo ""'], false], [["echo ''"], false], [['if (1) {}'], false],