You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/expected/test_config.sh_a0907769aba1...

39 lines
2.2 KiB
Plaintext

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

✘ error: 'bad' is not a supported configuration $schema version
 --> {test_dir}/bad-config2/formats/invalid-config/config.bad-schema.json:2
 |  "$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
⚠ warning: unexpected value for property “/ui”
 --> {test_dir}/bad-config2/formats/invalid-config/config.malformed.json:2
 |  "ui": "theme", 
 = help: Available Properties
$schema <schema-uri>
tuning/
ui/
log/
global/
✘ 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 (':')
 |  "ui": "theme", "abc", "def": "" }
 |  (right here) ------^
 | 
⚠ warning: unexpected value for property “/ui”
 --> {test_dir}/bad-config2/formats/invalid-config/config.truncated.json:2
 |  "ui": "theme" 
 = help: Available Properties
$schema <schema-uri>
tuning/
ui/
log/
global/
✘ error: invalid JSON
reason: parse error: premature EOF
 --> {test_dir}/bad-config2/formats/invalid-config/config.truncated.json:3