TreeTests: Adjust the test to the new UTF-8 pipe character

This commit is contained in:
Sebastian Schuberth 2017-06-09 18:38:01 +02:00
parent 0701df35a4
commit b3d07e1353
1 changed files with 5 additions and 5 deletions

View File

@ -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)
}
}
}