From 3420bd6e0635a4ba8972ed8d95bf9776bc57e0a1 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 21 May 2015 23:50:37 -0600 Subject: [PATCH] Another test case for parser --- config/parse/parsing_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/parse/parsing_test.go b/config/parse/parsing_test.go index 522684c37..8b19d6b2e 100644 --- a/config/parse/parsing_test.go +++ b/config/parse/parsing_test.go @@ -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 {