JS backend : added test for local extension function.

This commit is contained in:
Zalim Bashorov
2014-02-26 15:59:27 +04:00
parent 14ed970dc3
commit ec71a90394
2 changed files with 13 additions and 0 deletions
@@ -131,4 +131,8 @@ public class FunctionTest extends AbstractExpressionTest {
public void testManglingAnyMethods() throws Exception {
checkFooBoxIsOk();
}
public void testLocalExtFunction() throws Exception {
checkFooBoxIsOk();
}
}