From 5817e58bf837cab739639fe6465508faf63b4f37 Mon Sep 17 00:00:00 2001 From: Stephen Weinberg Date: Sun, 4 Apr 2010 20:32:27 -0400 Subject: [PATCH] Updated test to include empty section strings. --- conf_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf_test.go b/conf_test.go index 3887b2b..9647b3e 100644 --- a/conf_test.go +++ b/conf_test.go @@ -36,7 +36,7 @@ type booltest struct { } var testSet = []interface{} { - stringtest{"default", "host", "example.com"}, + stringtest{"", "host", "example.com"}, inttest{"default", "port", 43}, booltest{"default", "compression", true}, booltest{"default", "active", false},