diff --git a/edb_test.go b/edb_test.go index 8764486..43188c9 100644 --- a/edb_test.go +++ b/edb_test.go @@ -9,6 +9,8 @@ func TestMethodCase(t *testing.T) { content := `{"name":{"first":"int ","last":"Prichard"}, "age":(47)}` r := Parse(content) + t.Error(r.Get("age")) + t.Error(fmt.Sprintf("%#v", r)) content = `(12+23)`