Skip to content

Commit 85d03cd

Browse files
committed
update parseURL expected output to inlcude quotes
1 parent 7c265ed commit 85d03cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/pkg/amqp/url_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func ExampleParseURL() {
3333
"/path",
3434
"",
3535
":1234",
36-
// Taken out because the go 1.4 URL parser isn't the same as later
36+
// Taken out because the go 1.4 URL parser isn't the same as later
3737
//"[::1]",
3838
//"[::1",
3939
// Output would be:
@@ -55,5 +55,5 @@ func ExampleParseURL() {
5555
// amqps://host:amqps
5656
// amqp://localhost:amqp/path
5757
// amqp://localhost:amqp
58-
// parse :1234: missing protocol scheme
58+
// parse ":1234": missing protocol scheme
5959
}

0 commit comments

Comments
 (0)