function test() {
is(true, true, "pass is");
ok(true, "pass ok");
isnot(false, true, "pass isnot");
todo(false, "pass todo");
}