mirror of
https://github.com/golang/go
synced 2024-11-05 11:36:10 -07:00
f8e42dc477
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_test.go | ||
span.go | ||
token111.go | ||
token112.go | ||
token_test.go | ||
token.go | ||
uri_test.go | ||
uri_windows_test.go | ||
uri.go | ||
utf16_test.go | ||
utf16.go |