Viewing File: /opt/alt/tests/alt-php83-pecl-jsmin_3.0.0-1.el8/tests/false-on-failure.phpt

--TEST--
Expect boolean false on failure to minify
--FILE--
<?php

$js = <<<JS
alert('test');
/* Deliberate unterminated comment

alert('test');
JS;

if (jsmin($js) === false) {
	echo "is boolean false";
}

--EXPECTF--
is boolean false
Back to Directory File Manager
<