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/bad-config/formats/invalid-regex/format.json

30 lines
624 B
JSON

{
"bad_regex_log": {
"title": "invalid regex test",
"regex": {
"std": {
"pattern": "^(?<timestamp>\\d+: (?<body>.*)$"
},
"incomplete-match": {
"pattern": "^(?<timestamp>\\d+);"
}
},
"level": {
"error": "(foo"
},
"timestamp-format": [
"%i"
],
"sample": [
{
"line": "1428634687123; foo"
}
],
"highlights": {
"foobar": {
"pattern": "abc("
}
}
}
}