Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
js
/
script-tests
/
regexp-norepeat.js
blob: 84ed8a8bada962d40bdefe90740bb195fcf8af07 [
file
] [
log
] [
blame
]
description
(
'Test for https://bugs.webkit.org/show_bug.cgi?id=46077'
);
var
re
=
/^b|^cd/
;
var
str
=
"abcd"
;
shouldBe
(
're.test(str)'
,
'false'
);