1
1
mirror of https://github.com/wader/fq.git synced 2025-01-08 07:28:34 +03:00
fq/format/json/testdata/trailing.fqtest
Mattias Wadman 3623eac365 yaml: Error on trailing yaml/json
Turns our yaml is a superset of json
2022-08-15 19:14:25 +02:00

9 lines
264 B
Plaintext

$ fq -n '"123 trailing" | fromjson._error.error'
exitcode: 5
stderr:
error: error at position 0xc: trialing data after top-level value
$ fq -n '`{"a":123}{"b":444}` | fromjson'
exitcode: 5
stderr:
error: error at position 0x12: trialing data after top-level value