summaryrefslogtreecommitdiffstats
path: root/test cases/common/247 deprecated option/test.json
blob: c2f2ca325f2a7ff6fb52bdf11541abec736582a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "stdout": [
    {
      "line": ".*DEPRECATION: Option 'o1' is deprecated",
      "match": "re",
      "count": 1
    },
    {
      "line": ".*DEPRECATION: Option 'o2' value 'a' is deprecated",
      "match": "re",
      "count": 1
    },
    {
      "line": ".*DEPRECATION: Option 'o3' value 'a' is replaced by 'c'",
      "match": "re",
      "count": 1
    },
    {
      "line": ".*DEPRECATION: Option 'o4' value 'true' is replaced by 'enabled'",
      "match": "re",
      "count": 1
    },
    {
      "line": ".*DEPRECATION: Option 'o5' value 'auto' is replaced by 'false'",
      "match": "re",
      "count": 1
    }
  ]
}