PATH:
opt
/
alt
/
tests
/
alt-php84-pecl-jsmin_3.0.0-1.el8
/
tests
--TEST-- skip utf8 comment --FILE-- <?php $js = <<<JS // févrie var test = 1; JS; echo jsmin($js); --EXPECT-- var test=1;
[-] 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]