JS backend: new tests for use break, continue and return in &&, ||, ?:
This commit is contained in:
@@ -100,4 +100,16 @@ public class EvaluationOrderTest extends AbstractExpressionTest {
|
||||
public void testWhenWithComplexConditions() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testElvisWithBreakContinueReturn() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testAndAndWithBreakContinueReturn() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testOrOrWithBreakContinueReturn() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user