mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
Another test case for parser
This commit is contained in:
parent
b10d846019
commit
3420bd6e06
1 changed files with 2 additions and 0 deletions
|
@ -288,6 +288,8 @@ func TestParseAll(t *testing.T) {
|
|||
{"host2", "http"},
|
||||
}},
|
||||
|
||||
{`localhost:1234, http://host2,`, true, []address{}},
|
||||
|
||||
{`http://host1.com, http://host2.com {
|
||||
}
|
||||
https://host3.com, https://host4.com {
|
||||
|
|
Loading…
Reference in a new issue