Updated test to include empty section strings.
This commit is contained in:
parent
f654f432ba
commit
5817e58bf8
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue