// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php82-pecl-jsmin_3.0.0-1.el8
/
tests
[ PARENT ]
EDIT :: strip-comments.phpt
--TEST-- Strip extraneous spaces and comments --FILE-- <?php $js = <<<JS /** * Test comments */ alert('test'); JS; echo jsmin($js); --EXPECT-- alert('test');
SAVE
CANCEL