Viewing File: /opt/alt/tests/alt-php80-pecl-jsmin_3.0.0-1.el8/tests/utf8_comment.phpt

--TEST--
skip utf8 comment
--FILE--
<?php
$js = <<<JS
// févrie
var test = 1;
JS;
echo jsmin($js);
--EXPECT--
var test=1;
Back to Directory File Manager
<