1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-11 16:44:44 +02:00
Files
minify/tests/_test_files/js/regexes.js

25 lines
216 B
JavaScript

function testIssue74() {
return /'/;
}
!function(s) {
return /^[£$€?.]/.test(s);
}();
typeof
/ ' /;
x = / [/] /;
1
/ foo;
(2)
/ foo;
function(){return/foo/};
function(){return typeof/foo/};