package filetree import ( "strings" "testing" ) func TestPaths(t *testing.T) { paths := Paths([]Path{ NewPathFromURL("/notes/a/b"), NewPathFromURL("/notes/c/d"), NewPathFromURL("/notes/e/f"), }) list := paths.List() if strings.Count(list, "