mirror of https://github.com/sbt/sbt.git
TreeTests: Adjust the test to the new UTF-8 pipe character
This commit is contained in:
parent
0701df35a4
commit
b3d07e1353
|
|
@ -18,11 +18,11 @@ object TreeTests extends TestSuite {
|
|||
'apply {
|
||||
val str = Tree[Node](roots)(_.children, _.label)
|
||||
assert(str == """├─ p1
|
||||
|| ├─ c1
|
||||
|| └─ c2
|
||||
|└─ p2
|
||||
| ├─ c3
|
||||
| └─ c4""".stripMargin)
|
||||
││ ├─ c1
|
||||
││ └─ c2
|
||||
│└─ p2
|
||||
│ ├─ c3
|
||||
│ └─ c4""".stripMargin)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue