Enable missed test
This commit is contained in:
parent
79eac0b811
commit
bb4fc50f17
@ -64,6 +64,7 @@ public class SortTests extends RefineTest {
|
|||||||
parseEval(bindings, test4);
|
parseEval(bindings, test4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void sortMixedArray() throws ParsingException {
|
public void sortMixedArray() throws ParsingException {
|
||||||
String test = "[2,1.0,3].sort().toString()";
|
String test = "[2,1.0,3].sort().toString()";
|
||||||
parseEvalType(bindings, test, EvalError.class);
|
parseEvalType(bindings, test, EvalError.class);
|
||||||
|
Loading…
Reference in New Issue
Block a user