Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
function test() {
ok(true, "ok called");
expectUncaughtException();
throw new Error("this is a deliberately thrown exception");
}
function test() {
ok(true, "ok called");
expectUncaughtException();
throw new Error("this is a deliberately thrown exception");
}