Minor in JS backend: added missed test case -- when inside when w/o braces.
This commit is contained in:
@@ -105,4 +105,8 @@ public final class PatternMatchingTest extends SingleFileTranslationTest {
|
||||
public void testIfWithOneStmWhen() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
}
|
||||
|
||||
public void testWhenWithOneStmWhen() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user