xray
xray copied to clipboard
The xray json output does not fully serialize the error data values.
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"}
.