blob: a25caa3558ad297fc9bfd9c01cb13a7e41febcf0 [file]
if( 3> 1 ? true: false) {
j.assertTrue(true);
return 1;
}else {
j.fail();
return 2;
}
5