{
  "id": "git-diff-stat-basic",
  "ruleId": "git/diff-stat",
  "input": {
    "toolName": "exec",
    "argv": ["git", "diff", "--stat"],
    "command": "git diff --stat",
    "combinedText": " src/index.ts | 4 ++--\n test/core/reduce.test.ts | 2 +-\n 2 files changed, 3 insertions(+), 3 deletions(-)\n",
    "exitCode": 0
  },
  "expect": {
    "matchedReducer": "git/diff-stat",
    "family": "git-diff",
    "contains": ["file", "insertion", "deletion"]
  }
}
