Skip to content

Commit

Permalink
update parseURL expected output to inlcude quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
d98762625 committed Mar 27, 2020
1 parent 7c265ed commit 85d03cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/pkg/amqp/url_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func ExampleParseURL() {
"/path",
"",
":1234",
// Taken out because the go 1.4 URL parser isn't the same as later
// Taken out because the go 1.4 URL parser isn't the same as later
//"[::1]",
//"[::1",
// Output would be:
Expand All @@ -55,5 +55,5 @@ func ExampleParseURL() {
// amqps://host:amqps
// amqp://localhost:amqp/path
// amqp://localhost:amqp
// parse :1234: missing protocol scheme
// parse ":1234": missing protocol scheme
}

0 comments on commit 85d03cd

Please sign in to comment.