scalatest-json icon indicating copy to clipboard operation
scalatest-json copied to clipboard

See the change for "changed" in json4s

Open mccartney opened this issue 2 years ago • 0 comments

Current output of json4s' matchJson in case of changes shows just one side of the diff (i.e. expected), e.g.

    "Changed:
    {"sources": "two"}"

It would be useful if it shown both sides. I.e. both expected and actual. Something like:

    "Changed, actual:
    {"sources": "one"}

   expected:
    {"sources": "two"}"
    "

mccartney avatar May 11 '22 12:05 mccartney