mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
Correct a test fixture.
I am unbelievably glad to be rid of this.
This commit is contained in:
parent
5f395c55cf
commit
a15687dca3
@ -36,7 +36,7 @@ final class SESTests: XCTestCase {
|
||||
}
|
||||
|
||||
func testSESOfLongerSequences() {
|
||||
assert(SES([ a, b, c, a, b, b, a ], [ c, b, a, b, a, c ]), ==, [ Diff.Pure(.Replace(a, c)), Diff(b), delete(c), Diff(a), delete(b), Diff(b), Diff(a), insert(c) ])
|
||||
assert(SES([ a, b, c, a, b, b, a ], [ c, b, a, b, a, c ]), ==, [ insert(c), delete(a), Diff(b), delete(c), Diff(a), delete(b), Diff(b), Diff(a), insert(c) ])
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user