WIP constructing pointers

This commit is contained in:
Thomas Pelletier
2021-02-18 21:24:26 -05:00
parent 1f41c556e8
commit 46573551f1
4 changed files with 89 additions and 23 deletions
@@ -296,14 +296,6 @@ func TestDocUnmarshal(t *testing.T) {
expected := docData
require.NoError(t, err)
assert.Equal(t, expected, result)
//if err != nil {
// t.Fatal(err)
//}
//if !reflect.DeepEqual(result, expected) {
// resStr, _ := json.MarshalIndent(result, "", " ")
// expStr, _ := json.MarshalIndent(expected, "", " ")
// t.Errorf("Bad unmarshal: expected\n-----\n%s\n-----\ngot\n-----\n%s\n-----\n", expStr, resStr)
//}
}
type tomlTypeCheckTest struct {