Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:test_output

51   test_output = "";
59 test_output += 'A';
60 test_output += '=';
65 test_output += 'B';
69 test_output += 'C';
74 test_output += 'D';
79 test_output += 'E';
83 test_output += 'F';
132 print(test_output);
134 assertEquals(expected_output, test_output);