PATH:
opt
/
alt
/
tests
/
alt-php82-pecl-jsmin_3.0.0-1.el8
/
tests
--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
[-] utf8_string.phpt
[edit]
[-] strip-comments.phpt
[edit]
[-] utf8_comment.phpt
[edit]
[-] false-on-failure.phpt
[edit]
[-] unterminated-string.phpt
[edit]
[-] issue-07-no-unexpected-bytes-on-empty.phpt
[edit]
[-] unterminated-comment.phpt
[edit]
[-] unterminated-regex.phpt
[edit]
[+]
..
[-] issue-03-string-type-on-empty-arg.phpt
[edit]