diff options
Diffstat (limited to 'jsonmatch/interface.go')
| -rw-r--r-- | jsonmatch/interface.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/jsonmatch/interface.go b/jsonmatch/interface.go index f175f59..73b05ef 100644 --- a/jsonmatch/interface.go +++ b/jsonmatch/interface.go @@ -128,13 +128,6 @@ // }, // }.DiffAgainst(resp2.Body.Bytes()) // // ... -// -// # TODO -// -// As a special case, [json.RawMessage] may appear on the "expected" side to match string values that contain JSON themselves. -// For example: -// -// actual := `{"name":"data.json","type":"application/json","content":"{\"foo\":2"}` package jsonmatch // import "go.xyrillian.de/gg/jsonmatch" import ( |
