mirror of
https://gitee.com/johng/gf.git
synced 2024-11-30 03:07:45 +08:00
Merge branch 'gjson_example'
This commit is contained in:
commit
d83b676c60
@ -67,6 +67,11 @@ func Test_MapAttributeConvert(t *testing.T) {
|
||||
t.Assert(tx.Title, g.Map{
|
||||
"l1": "标签1", "l2": "标签2",
|
||||
})
|
||||
|
||||
j.Dump()
|
||||
|
||||
var nilJ *gjson.Json = nil
|
||||
nilJ.Dump()
|
||||
})
|
||||
|
||||
gtest.C(t, func(t *gtest.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user