Sign in
webkit
/
WebKit
/
55982071817f7dc7a7bc62d4f550246a095f7fc3
/
.
/
LayoutTests
/
js
/
dom
/
script-tests
/
string-split-ignore-case.js
blob: 70e947aed62243b42bf76ac8347f33979787479e [
file
] [
log
] [
blame
]
description
(
'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=6119">split() function ignores case insensitive modifier</a>.'
);
shouldBe
(
'"1s2S3".split(/s/i).toString()'
,
'"1,2,3"'
);