blob: 4821029595b07facada72a68dffd1753d3218666 [file] [log] [blame]
This test checks for handling of abnormal values passed to String.slice
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS "abc".slice(0) is "abc"
PASS "abc".slice(0, Infinity) is "abc"
PASS successfullyParsed is true
TEST COMPLETE