JS backend : added test for local extension function.
This commit is contained in:
@@ -131,4 +131,8 @@ public class FunctionTest extends AbstractExpressionTest {
|
||||
public void testManglingAnyMethods() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testLocalExtFunction() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user