JS: allow js-file in library-files for cli compiler
This commit is contained in:
@@ -117,6 +117,11 @@ public class AntTaskJsTest extends AntTaskBaseTest {
|
||||
doJsAntTest("jslib-example.js");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void simpleWithoutStdlibAndJsFileAsAnotherLib() throws Exception {
|
||||
doJsAntTest("jslib-example.js");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void simpleWithMainFQArgs() throws Exception {
|
||||
doJsAntTest();
|
||||
|
||||
Reference in New Issue
Block a user