]> Cypherpunks repositories - gostls13.git/commit
path/filepath: fix globbing of c:\*dir\... pattern
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 19 May 2016 05:58:40 +0000 (15:58 +1000)
committerRuss Cox <rsc@golang.org>
Fri, 27 May 2016 01:55:31 +0000 (01:55 +0000)
commit99d29d5a43da0efde2ed9a137627d0d310e3baad
treec659418b3295d0ebc14b0adbabde2be1230592a3
parentb5d18b50ac591d41cb4aab522fa9044c61b2c1e7
path/filepath: fix globbing of c:\*dir\... pattern

The problem was introduced by the recent filepath.Join change.

Fixes #14949

Change-Id: I7ee52f210e12bbb1369e308e584ddb2c7766e095
Reviewed-on: https://go-review.googlesource.com/23240
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/path/filepath/match.go
src/path/filepath/match_test.go