xray icon indicating copy to clipboard operation
xray copied to clipboard

The xray json output does not fully serialize the error data values.

Open rhdunn opened this issue 4 years ago • 0 comments

If a test contains an error with data (e.g. fn:error((), "test", (1, 2, 3))), only the last datum is included when using the json output format. In this example the data field is "data":{"datum":"3"}.

rhdunn avatar Jan 30 '21 12:01 rhdunn