Cleaned Code
This commit is contained in:
@@ -27,11 +27,13 @@
|
||||
XCTAssertEqual([testExpression numberOfSymbols], 3);
|
||||
// 12678 [] 90
|
||||
|
||||
[testExpression insertFunction:[[MPFunction alloc] init] atIndex:2];
|
||||
[testExpression insertFunction:[[MPFunction alloc] init]
|
||||
atIndex:2];
|
||||
XCTAssertEqual([testExpression numberOfSymbols], 5);
|
||||
// 12 [] 678 [] 90
|
||||
|
||||
[testExpression replaceSymbolsInRange:NSMakeRange(2, 5) withSymbols:@[[[MPFunction alloc] init]]];
|
||||
[testExpression replaceSymbolsInRange:NSMakeRange(2, 5)
|
||||
withSymbols:@[[[MPFunction alloc] init]]];
|
||||
XCTAssertEqual([testExpression numberOfSymbols], 3);
|
||||
// 12 [] 90
|
||||
|
||||
|
||||
Reference in New Issue
Block a user