lnav/test/expected/test_config.sh_5105c29004e297521310ca0bd0fd560b01c2c549.err

21 lines
1.3 KiB
Plaintext
Raw Normal View History

2022-07-08 21:17:34 +00:00
✘ error: 'bad' is not a supported configuration $schema version
 --> {test_dir}/bad-config2/formats/invalid-config/config.bad-schema.json:2
2022-05-23 03:44:18 +00:00
 |  "$schema": "bad" 
 = note: expecting one of the following $schema values:
 https://lnav.org/schemas/config-v1.schema.json
 = help: Property Synopsis
/$schema <schema-uri>
Description
The URI that specifies the schema that describes this type of file
Example
https://lnav.org/schemas/config-v1.schema.json
2022-07-08 21:17:34 +00:00
✘ error: invalid JSON
 --> {test_dir}/bad-config2/formats/invalid-config/config.malformed.json:3
 | parse error: object key and value must be separated by a colon (':')
2022-05-23 03:44:18 +00:00
 |  "ui": "theme", "abc", "def": "" }
 |  (right here) ------^
 | 
2022-07-08 21:17:34 +00:00
✘ error: invalid JSON
reason: parse error: premature EOF
 --> {test_dir}/bad-config2/formats/invalid-config/config.truncated.json:3