)]}'
{
  "commit": "1e4dbe2d650e5ba1fef7ed92d43717cbdb42a88d",
  "tree": "f6e7047c202eb2b909f84af7a2f46890ab94e612",
  "parents": [
    "47e24963699fa6cf7956529095a516905dd7c1fb"
  ],
  "author": {
    "name": "Hana (Hyang-Ah) Kim",
    "email": "hyangah@gmail.com",
    "time": "Sat Aug 15 08:56:34 2020 -0400"
  },
  "committer": {
    "name": "Hyang-Ah Hana Kim",
    "email": "hyangah@gmail.com",
    "time": "Thu Aug 20 16:52:40 2020 +0000"
  },
  "message": "src/testUtils.ts: fix parsing of the compiler error file expansion\n\nBuild error output format can be different from the test output format.\nAdjust the regex change in expandFilePathInOutput so it can capture\nbuild errors that contain column numbers as well while capturing the\nfile path from test outputs such as\n\n```\n  TestB: b_test.go:6: test failed\n```\n\nThe above line was incorrectly expanded in pre v0.16.0\n\npre v0.16.0: /^\\s*(.+.go):(\\d+):/\nv0.16.0, v0.16.1: /\\s+(\\S+.go):(\\d+):\\s+/\nthis CL: /\\s*(\\S+\\.go):(\\d+):/\n\nFixes golang/vscode-go#522\n\nChange-Id: Ifa8f07d3bb7c5aaa61d40dd29d9fae77d8ad0cbe\nReviewed-on: https://go-review.googlesource.com/c/vscode-go/+/248737\nRun-TryBot: Hyang-Ah Hana Kim \u003chyangah@gmail.com\u003e\nReviewed-by: Suzy Mueller \u003csuzmue@golang.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "07d9e3d78f85230f6036abf54447b3d6578e5597",
      "old_mode": 33188,
      "old_path": "src/testUtils.ts",
      "new_id": "7c7df88c73c2fa03b0d3afde7f717c6b39fd0ef7",
      "new_mode": 33188,
      "new_path": "src/testUtils.ts"
    }
  ]
}
