From 62e4c68907d8d33709c2c1f92a161dff00b3d5f2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:01:36 +0200 Subject: Adding upstream version 0.11.2. Signed-off-by: Daniel Baumann --- .../formats/invalid-key/format.json | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/bad-config-json/formats/invalid-key/format.json (limited to 'test/bad-config-json/formats/invalid-key/format.json') diff --git a/test/bad-config-json/formats/invalid-key/format.json b/test/bad-config-json/formats/invalid-key/format.json new file mode 100644 index 0000000..11a3bdd --- /dev/null +++ b/test/bad-config-json/formats/invalid-key/format.json @@ -0,0 +1,27 @@ +{ + "$schema": "https://lnav.org/schemas/format-v1.schema.json", + "invalid_key_log": { + "level-pointer": "abc(", + "file-pattern": "def[ghi", + "json": true, + "regex": { + "foo": { + "pattern": "jkl" + } + }, + "value": { + "test": { + "identifiers": true + }, + "body": { + "kind": "string" + } + }, + "line-format": [ + { + "field": "non-existent" + } + ], + "timestamp-divisor": -1.2 + } +} \ No newline at end of file -- cgit v1.2.3