We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322566f commit ce82a26Copy full SHA for ce82a26
src/test/java/com/compiler/StmtSwitchStmtParserTest.java
@@ -77,6 +77,6 @@ public void testSwitchProgram03() throws Exception {
77
PRINT out;
78
}
79
""";
80
- testParser(program, "5\n");
+ testParser(program, "4\n3\n");
81
82
0 commit comments