We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c6f10 commit 1ecf6c4Copy full SHA for 1ecf6c4
pkg/browser/browser_test.go
@@ -47,6 +47,12 @@ func TestBrowse(t *testing.T) {
47
launcher: fmt.Sprintf("%q -test.run=TestHelperProcess -- explicit https", os.Args[0]),
48
expected: "[explicit https https://github.com]",
49
},
50
+ {
51
+ name: "Explicit `HTTPS` URL works",
52
+ url: "HTTPS://github.com",
53
+ launcher: fmt.Sprintf("%q -test.run=TestHelperProcess -- explicit HTTPS", os.Args[0]),
54
+ expected: "[explicit HTTPS https://github.com]",
55
+ },
56
{
57
name: "Explicit `vscode` URL works",
58
url: "vscode:extension/GitHub.copilot",
0 commit comments