File indexing completed on 2024-05-12 11:55:56

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