mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
Add a couple of fixtures.
This commit is contained in:
parent
9a6e8dea03
commit
ff559845d8
@ -3,6 +3,10 @@ final class AlgorithmTests: XCTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
private let a = Cofree(0, [ Cofree(1, .Leaf("a")), Cofree(2, .Leaf("b")), Cofree(3, .Leaf("c")) ])
|
||||||
|
private let b = Cofree(0, [ Cofree(1, .Leaf("c")), Cofree(2, .Leaf("b")), Cofree(3, .Leaf("a")) ])
|
||||||
|
|
||||||
|
|
||||||
import Assertions
|
import Assertions
|
||||||
@testable import Doubt
|
@testable import Doubt
|
||||||
import XCTest
|
import XCTest
|
||||||
|
Loading…
Reference in New Issue
Block a user