mirror of https://github.com/golang/go.git
We expected URIs to be canonical, but VS Code's URI escaping is overeager and escapes things that don't need to be. Forcibly unescape them, then re-escape them with Go's encoding, so that we know they'll match URIs generated by URIFromPath. Fixes golang/go#37231. Change-Id: I4b163ae3c91e8846ab72e5b5e89bd6d018c3995e Reviewed-on: https://go-review.googlesource.com/c/tools/+/219899 Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
|---|---|---|
| .. | ||
| parse.go | ||
| span.go | ||
| span_test.go | ||
| token.go | ||
| token111.go | ||
| token112.go | ||
| token_test.go | ||
| uri.go | ||
| uri_test.go | ||
| uri_windows_test.go | ||
| utf16.go | ||
| utf16_test.go | ||