mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
oauth2/internal: fix the broken ini parsing test
Change-Id: I1032b759e036f57bc49eec951d08d8b22728c1a0 Reviewed-on: https://go-review.googlesource.com/3117 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
ab6e11b96c
commit
267028f9bc
@ -45,7 +45,7 @@ empty=
|
|||||||
;comment=true
|
;comment=true
|
||||||
`,
|
`,
|
||||||
map[string]map[string]string{
|
map[string]map[string]string{
|
||||||
"a": map[string]string{},
|
"": map[string]string{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user