JS backend: fixed String.split for the case when using regexp.
Added(overload) String.split with limit parameter.
This commit is contained in:
@@ -80,4 +80,8 @@ public final class StringTest extends AbstractExpressionTest {
|
||||
assertFalse(filePath + " should not contain toString calls", text.contains("toString"));
|
||||
}
|
||||
}
|
||||
|
||||
public void testStringSplit() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user