[{ "testCaseDescription": "go-unary-expressions-setup-test", "expectedResult": { "changes": { "unary-expressions.go": [ { "span": { "insert": { "start": [ 1, 1 ], "end": [ 6, 1 ] } }, "summary": "Added the 'main' module" } ] }, "errors": {} }, "filePaths": [ "unary-expressions.go" ], "patch": [ "diff --git a/unary-expressions.go b/unary-expressions.go", "index e69de29..7905807 100644", "--- a/unary-expressions.go", "+++ b/unary-expressions.go", "@@ -0,0 +1,5 @@", "+package main", "+", "+func main() {", "+", "+}" ], "gitDir": "test/corpus/repos/go", "shas": "82a658ba7a514ca21f85f18be89bde31f609d7f4..ac6cd6b5b6ecbefe63762ab8b874eb44848d452f" } ,{ "testCaseDescription": "go-unary-expressions-insert-test", "expectedResult": { "changes": { "unary-expressions.go": [ { "span": { "insert": { "start": [ 4, 4 ], "end": [ 4, 5 ] } }, "summary": "Added the 'a' identifier in the main function of the 'main' module" }, { "span": { "insert": { "start": [ 5, 2 ], "end": [ 5, 7 ] } }, "summary": "Added the 'foo()' function call in the main function of the 'main' module" } ] }, "errors": {} }, "filePaths": [ "unary-expressions.go" ], "patch": [ "diff --git a/unary-expressions.go b/unary-expressions.go", "index 7905807..bdf9ccc 100644", "--- a/unary-expressions.go", "+++ b/unary-expressions.go", "@@ -1,5 +1,6 @@", " package main", " ", " func main() {", "-", "+!<-a", "+*foo()", " }" ], "gitDir": "test/corpus/repos/go", "shas": "ac6cd6b5b6ecbefe63762ab8b874eb44848d452f..73b338d89e488a7ff4fd022a6a356bf3a7e4938b" } ,{ "testCaseDescription": "go-unary-expressions-replacement-test", "expectedResult": { "changes": { "unary-expressions.go": [ { "span": { "replace": [ { "start": [ 4, 4 ], "end": [ 4, 5 ] }, { "start": [ 4, 4 ], "end": [ 4, 5 ] } ] }, "summary": "Replaced the 'a' identifier with the 'b' identifier in the main function of the 'main' module" }, { "span": { "replace": [ { "start": [ 5, 2 ], "end": [ 5, 5 ] }, { "start": [ 5, 2 ], "end": [ 5, 5 ] } ] }, "summary": "Replaced the 'foo' identifier with the 'bar' identifier in the bar() function call of the 'main' function" } ] }, "errors": {} }, "filePaths": [ "unary-expressions.go" ], "patch": [ "diff --git a/unary-expressions.go b/unary-expressions.go", "index bdf9ccc..cf8ed88 100644", "--- a/unary-expressions.go", "+++ b/unary-expressions.go", "@@ -1,6 +1,6 @@", " package main", " ", " func main() {", "-!<-a", "-*foo()", "+!<-b", "+*bar()", " }" ], "gitDir": "test/corpus/repos/go", "shas": "73b338d89e488a7ff4fd022a6a356bf3a7e4938b..f53402932bb2ca21ad45cd3590f9981e9bd9273b" } ,{ "testCaseDescription": "go-unary-expressions-delete-replacement-test", "expectedResult": { "changes": { "unary-expressions.go": [ { "span": { "replace": [ { "start": [ 4, 4 ], "end": [ 4, 5 ] }, { "start": [ 4, 4 ], "end": [ 4, 5 ] } ] }, "summary": "Replaced the 'b' identifier with the 'a' identifier in the main function of the 'main' module" }, { "span": { "replace": [ { "start": [ 5, 2 ], "end": [ 5, 5 ] }, { "start": [ 5, 2 ], "end": [ 5, 5 ] } ] }, "summary": "Replaced the 'bar' identifier with the 'foo' identifier in the foo() function call of the 'main' function" } ] }, "errors": {} }, "filePaths": [ "unary-expressions.go" ], "patch": [ "diff --git a/unary-expressions.go b/unary-expressions.go", "index cf8ed88..bdf9ccc 100644", "--- a/unary-expressions.go", "+++ b/unary-expressions.go", "@@ -1,6 +1,6 @@", " package main", " ", " func main() {", "-!<-b", "-*bar()", "+!<-a", "+*foo()", " }" ], "gitDir": "test/corpus/repos/go", "shas": "f53402932bb2ca21ad45cd3590f9981e9bd9273b..23b96d59866891a91d2981a8a31d7fc27fcf1dcc" } ,{ "testCaseDescription": "go-unary-expressions-delete-insert-test", "expectedResult": { "changes": { "unary-expressions.go": [ { "span": { "delete": { "start": [ 4, 4 ], "end": [ 4, 5 ] } }, "summary": "Deleted the 'a' identifier in the main function of the 'main' module" }, { "span": { "delete": { "start": [ 5, 2 ], "end": [ 5, 7 ] } }, "summary": "Deleted the 'foo()' function call in the main function of the 'main' module" } ] }, "errors": {} }, "filePaths": [ "unary-expressions.go" ], "patch": [ "diff --git a/unary-expressions.go b/unary-expressions.go", "index bdf9ccc..7905807 100644", "--- a/unary-expressions.go", "+++ b/unary-expressions.go", "@@ -1,6 +1,5 @@", " package main", " ", " func main() {", "-!<-a", "-*foo()", "+", " }" ], "gitDir": "test/corpus/repos/go", "shas": "23b96d59866891a91d2981a8a31d7fc27fcf1dcc..f5c9e6be7862be9efe6692e86f7eebdaaee6d6f0" } ,{ "testCaseDescription": "go-unary-expressions-teardown-test", "expectedResult": { "changes": { "unary-expressions.go": [ { "span": { "delete": { "start": [ 1, 1 ], "end": [ 6, 1 ] } }, "summary": "Deleted the 'main' module" } ] }, "errors": {} }, "filePaths": [ "unary-expressions.go" ], "patch": [ "diff --git a/unary-expressions.go b/unary-expressions.go", "index 7905807..e69de29 100644", "--- a/unary-expressions.go", "+++ b/unary-expressions.go", "@@ -1,5 +0,0 @@", "-package main", "-", "-func main() {", "-", "-}" ], "gitDir": "test/corpus/repos/go", "shas": "f5c9e6be7862be9efe6692e86f7eebdaaee6d6f0..964565c7ff0bac78764a0661532b4ec160dce069" }]