// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php85-pecl-jsmin_3.0.0-2.el8
/
tests
[ PARENT ]
EDIT :: unterminated-regex.phpt
--TEST-- Last error is unterminated regular expression --FILE-- <?php $js = <<<JS var str = /test regular expression JS; echo jsmin($js); if (jsmin_last_error() == JSMIN_ERROR_UNTERMINATED_REGEX) { echo jsmin_last_error_msg(); } --EXPECTF-- Unterminated set in Regular Expression literal
SAVE
CANCEL