support section
if iniconf.String("demo.key1") != "asta" {
+ t.Fatal("get demo.key1 error")
+ }
+ if iniconf.String("demo.key2") != "xie" {
+ t.Fatal("get demo.key2 error")
+ }
Showing
2 changed files
with
94 additions
and
25 deletions
-
Please register or sign in to post a comment