mirror of
https://github.com/mrclay/minify.git
synced 2025-02-23 16:33:02 +01:00
25 lines
216 B
JavaScript
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/};
|