Commit 3420bd6e authored by Matthew Holt's avatar Matthew Holt

Another test case for parser

parent b10d8460
...@@ -288,6 +288,8 @@ func TestParseAll(t *testing.T) { ...@@ -288,6 +288,8 @@ func TestParseAll(t *testing.T) {
{"host2", "http"}, {"host2", "http"},
}}, }},
{`localhost:1234, http://host2,`, true, []address{}},
{`http://host1.com, http://host2.com { {`http://host1.com, http://host2.com {
} }
https://host3.com, https://host4.com { https://host3.com, https://host4.com {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment