JS: add tests to prove that KT-8003, KT-8318 and KT-12157 are no longer reproducible

This commit is contained in:
Alexey Andreev
2016-07-14 20:01:52 +03:00
parent 9cb6b22d62
commit f8b96a1c62
5 changed files with 56 additions and 0 deletions
@@ -197,4 +197,8 @@ public final class MiscTest extends AbstractExpressionTest {
public void testToGeneratorInStdlib() throws Exception {
checkFooBoxIsOk();
}
public void testThrowThrow() throws Exception {
checkFooBoxIsOk();
}
}
@@ -141,4 +141,12 @@ public final class WhenTest extends AbstractExpressionTest {
public void testWhenEqualsPattern() throws Exception {
checkFooBoxIsOk();
}
public void testWhenWithIfConditionAndOnlyElse() throws Exception {
checkFooBoxIsOk();
}
public void testWhenConditionWithReturn() throws Exception {
checkFooBoxIsOk();
}
}