mirror of https://github.com/sbt/sbt.git
Tweak margin character in test
This commit is contained in:
parent
b3d07e1353
commit
e7fad2316f
|
|
@ -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