JS backend: add simple test connected with frontend bug 'isStatement' for function body == 'hasBlockBody'

This commit is contained in:
Erokhin Stanislav
2013-10-04 15:11:40 +04:00
parent a70782aaf7
commit 53abc956cc
2 changed files with 15 additions and 0 deletions
@@ -30,6 +30,10 @@ public class FunctionTest extends AbstractExpressionTest {
fooBoxTest();
}
public void testWhenFunction() throws Exception {
checkFooBoxIsOk();
}
public void testFunctionLiteral() throws Exception {
fooBoxTest();
}