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

19 lines
361 B
JSON

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