Home | History | Annotate | Download | only in LexicalConventions

Lines Matching defs:testcases

40     var testcases = getTestCases();
52 for ( tc=0; tc < testcases.length; tc++ ) {
53 testcases[tc].actual = eval( testcases[tc].actual );
55 testcases[tc].passed = writeTestCaseResult(
56 testcases[tc].expect,
57 testcases[tc].actual,
58 testcases[tc].description +": "+
59 testcases[tc].actual );
61 testcases[tc].reason += ( testcases[tc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
64 return ( testcases );