blob: 092b26a014170211c562dd54b263e97801abfd9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[1m[31m✘ error[0m: '[1mbad[0m' is not a supported configuration $schema version
[36m --> [0m[1m{test_dir}/bad-config2/formats/invalid-config/config.bad-schema.json[0m:2
[36m | [0m[37m[40m "$schema": "bad" [0m
[36m =[0m [36mnote[0m: expecting one of the following $schema values:
[1m https://lnav.org/schemas/config-v1.schema.json[0m
[36m =[0m [36mhelp[0m: [1mProperty Synopsis[0m
[1m/$schema[0m [4m<schema-uri>[0m
[1mDescription[0m
The URI that specifies the schema that describes this type of file
[1mExample[0m
https://lnav.org/schemas/config-v1.schema.json
[1m[31m✘ error[0m: invalid JSON
[36m --> [0m[1m{test_dir}/bad-config2/formats/invalid-config/config.malformed.json[0m:3
[36m | [0mparse error: object key and value must be separated by a colon (':')
[36m | [0m "ui": "theme", "abc", "def": "" }
[36m | [0m (right here) ------^
[36m | [0m
[1m[31m✘ error[0m: invalid JSON
[1m[31mreason[0m: parse error: premature EOF
[36m --> [0m[1m{test_dir}/bad-config2/formats/invalid-config/config.truncated.json[0m:3
|