From 5068d34c08f951a7ea6257d305a1627b09a95817 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 19:44:55 +0200 Subject: Adding upstream version 0.11.1. Signed-off-by: Daniel Baumann --- ...sh_a0907769aba112d628e7ebe39c4ec252e5e0bc69.err | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 test/expected/test_config.sh_a0907769aba112d628e7ebe39c4ec252e5e0bc69.err (limited to 'test/expected/test_config.sh_a0907769aba112d628e7ebe39c4ec252e5e0bc69.err') diff --git a/test/expected/test_config.sh_a0907769aba112d628e7ebe39c4ec252e5e0bc69.err b/test/expected/test_config.sh_a0907769aba112d628e7ebe39c4ec252e5e0bc69.err new file mode 100644 index 0000000..ec11ba5 --- /dev/null +++ b/test/expected/test_config.sh_a0907769aba112d628e7ebe39c4ec252e5e0bc69.err @@ -0,0 +1,38 @@ +✘ 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  + 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  + 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  + tuning/ + ui/ + log/ + global/ +✘ error: invalid JSON + reason: parse error: premature EOF + --> {test_dir}/bad-config2/formats/invalid-config/config.truncated.json:3 -- cgit v1.2.3