Add broken test
This commit is contained in:
parent
64df8ed9f2
commit
fdffaa2f1d
@ -132,4 +132,16 @@ class BasicTest {
|
||||
result.blocks.filter { it is MergedBlock.Unchanged }
|
||||
assertTrue(true)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun testMergeUnchanged() {
|
||||
Log.connectConsole()
|
||||
val source = "abc".toList()
|
||||
val their = "abDEF".toList()
|
||||
val our = "abcGHY".toList()
|
||||
|
||||
val result = merge3(source, their, our)
|
||||
println(result.merged.str)
|
||||
assertTrue(false)
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user