File indexing completed on 2024-04-28 15:28:37

0001 shouldBeUndefined("(new Error()).message");
0002 
0003 // the empty match isn't taken in account
0004 shouldBe("''.split(/.*/).length", "0");
0005