Remove extra digit group from test matcher

ae203d5 · Jonathan Clem · 2020-08-05 17:18

2 files +2 -2

Files changed

modified .github/elixir.json
+1 −1
@@ -36,7 +36,7 @@
36 36 "message": 1
37 37 },
38 38 {
39 "regexp": "^\\s*(.*):(\\d+):(\\d+)?$",
39 + "regexp": "^\\s*(.*):(\\d+)$",
40 40 "file": 1,
41 41 "line": 2
42 42 }
modified dist/.github/elixir.json
+1 −1
@@ -36,7 +36,7 @@
36 36 "message": 1
37 37 },
38 38 {
39 "regexp": "^\\s*(.*):(\\d+):(\\d+)?$",
39 + "regexp": "^\\s*(.*):(\\d+)$",
40 40 "file": 1,
41 41 "line": 2
42 42 }

Parents: b95d2a9