lnav/test/bad-config/formats/invalid-regex/format.json
Timothy Stack 74b58ed9fc [highlights] allow the highlight color to be specified in log formats
Defect Number:
    Reviewed By:
   Testing Done:
2017-12-29 06:51:09 -08:00

27 lines
528 B
JSON

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