blob: 5b3ffbe6632add792d86c938270bcec4df992fb5 [file] [log] [blame]
description(
'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=44600">split() function returns wrong answer for second empty split</a>.'
);
shouldBe('"".split(/s+/)', '[""]');
shouldBe('"".split(/s+/)', '[""]');