Home | History | Annotate | Download | only in mjsunit

Lines Matching full:test_output

36   test_output = "";
45 " test_output += 'a' + " + variables.a + ";\n " +
46 " test_output += '=';\n " +
51 " test_output += 'b' + " + variables.b + ";\n " +
55 " test_output += 'c' + " + variables.c + ";\n " +
60 " test_output += 'd' + " + variables.d + ";\n " +
65 " test_output += 'e' + " + variables.e + ";\n " +
69 " test_output += 'f' + " + variables.f + ";\n " +
129 print(test_output);
131 assertEquals(expected_output, test_output);