another test case

This commit is contained in:
Bryan MacFarlane
2020-03-30 09:12:21 -04:00
parent 5156bc5dd3
commit 0a62a734da
2 changed files with 11 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"owner": "go",
"pattern": [
{
"regexp": "((?:.{0,2}\\/|.{0,2}\\\\)(?:.+\\.go)):(?:(\\d+):(\\d+):)? (.*)",
"regexp": "((?:\\.{0,2}\\/|\\.{0,2}\\\\)(?:.+\\.go)):(?:(\\d+):(\\d+):)? (.*)",
"file": 1,
"line": 2,
"column": 3,