blob: 13257637a4b294bf34ac04bd2790d67ea0bb28e0 [file] [log] [blame]
This test checks for a regression against split() function ignores case insensitive modifier.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS "1s2S3".split(/s/i).toString() is "1,2,3"
PASS successfullyParsed is true
TEST COMPLETE