check has visited by the boundary
This commit is contained in:
@@ -110,4 +110,9 @@ func TestEmptyBoundedTree(t *testing.T) {
|
||||
|
||||
printMap(tree.root.Children)
|
||||
|
||||
println(tree.HasVisited(util.FullPath("/a/b")))
|
||||
println(tree.HasVisited(util.FullPath("/a")))
|
||||
println(tree.HasVisited(util.FullPath("/g")))
|
||||
println(tree.HasVisited(util.FullPath("/g/x")))
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user