2016-10-18 21:49:45 +03:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"repoPath": "test/corpus/repos/go",
|
|
|
|
"repoUrl": "https://github.com/joshvera/go.git",
|
|
|
|
"language": "go",
|
2016-10-18 23:10:22 +03:00
|
|
|
"templateText": "package main\n",
|
2016-10-18 21:49:45 +03:00
|
|
|
"syntaxes": [
|
|
|
|
{
|
2016-10-18 21:52:48 +03:00
|
|
|
"syntax": "assignment",
|
|
|
|
"repoFilePath": "assignment.go",
|
2016-10-18 21:49:45 +03:00
|
|
|
"insert": "var foo int = 42",
|
2016-10-18 21:52:48 +03:00
|
|
|
"testCaseFilePath": "test/corpus/diff-summaries/go/assignment.json",
|
2016-10-18 21:49:45 +03:00
|
|
|
"replacement": "var bar string = \"hello\""
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|