summaryrefslogtreecommitdiffstats
path: root/test/expected/test_regex101.sh_f23e393dbf23d0d8e276e9b7610c7b74d79980f8.out
blob: d37aaa6b47ae7ebb09e764ada93ebe5e313df4ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "$schema": "https://lnav.org/schemas/format-v1.schema.json",
    "unit_test_log": {
        "regex": {
            "alt": {
                "pattern": "^\\[(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3,6})?)Z?\\](?<body>.*)$"
            }
        },
        "sample": [
            {
                "line": "[2021-05-21T21:58:57.022497Z]"
            }
        ]
    }
}