diff options
| author | Rob Pike <r@golang.org> | 2012-08-30 11:16:41 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2012-08-30 11:16:41 -0700 |
| commit | b7627d3d1f238e484d08bb8abb770cbe91482bc4 (patch) | |
| tree | d5cfeef54a0679e2f551c6103fcbb2711554777e /src/pkg/path/path_test.go | |
| parent | e61c047c3e5ac3ad253c9046d479d769d14f7808 (diff) | |
| download | go-b7627d3d1f238e484d08bb8abb770cbe91482bc4.tar.xz | |
path: improve documentation for Dir
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6495059
Diffstat (limited to 'src/pkg/path/path_test.go')
| -rw-r--r-- | src/pkg/path/path_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/path/path_test.go b/src/pkg/path/path_test.go index 109005de39..0f353be34d 100644 --- a/src/pkg/path/path_test.go +++ b/src/pkg/path/path_test.go @@ -200,6 +200,7 @@ var dirtests = []PathTest{ {"x/", "x"}, {"abc", "."}, {"abc/def", "abc"}, + {"abc////def", "abc"}, {"a/b/.x", "a/b"}, {"a/b/c.", "a/b"}, {"a/b/c.x", "a/b"}, |
