blob: b756d7d4d1e6a7e8fdbae365d656ca6e6b1fbd5a [file] [log] [blame]
shouldBe("(new Error()).message", "''");
// the empty match isn't taken in account
shouldBe("''.split(/.*/).length", "0");