tomltest: custom comparison functions (#637)

This commit is contained in:
Thomas Pelletier
2021-10-21 22:29:04 -04:00
committed by GitHub
parent 3000471a12
commit 1c33d6ce20
3 changed files with 245 additions and 5 deletions
+1 -1
View File
@@ -50,5 +50,5 @@ func testgenValid(t *testing.T, input string, jsonRef string) {
err = json.Unmarshal([]byte(j), &actual)
require.NoError(t, err)
require.Equal(t, ref, actual)
testsuite.CmpJSON(t, "", ref, actual)
}