Awk sed jq spec test fixes #217
Annotations
2 errors
|
Run unit tests
Process completed with exit code 1.
|
|
Run unit tests:
src/jq-spec-tests/jq-spec.test.ts#L84
AssertionError: Output mismatch:
expected: ["[]"]
actual: []
OUTPUT:
expected: ["[]"]
actual: []
STDERR:
"jq: parse error: Maximum call stack size exceeded\n"
PROGRAM:
reduce range(9999) as $_ ([];[.]) | tojson | fromjson | flatten
INPUT:
null
❯ src/jq-spec-tests/jq-spec.test.ts:84:20
|
Loading