Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
PerformanceTests
/
SixSpeed
/
tests
/
regex-u
/
regex-u.es5
blob: b91eadd1c5a7ccd1098991a521662564ae5a26af [
file
] [
log
] [
blame
]
function
fn
()
{
return
'𠮷'
.
match
(
/^.$/
);
}
// Not asserting as this isn't quite an accurate test under es5
test
(
fn
);