[{ "testCaseDescription": "go-unary-expressions-setup-test", "expectedResult": { "changes": { "unary-expressions.go": [ { "span": { "insert": { "start": [ 1, 1 ], "end": [ 1, 13 ] } }, "summary": "Added the 'main' module" }, { "span": { "insert": { "start": [ 3, 1 ], "end": [ 5, 2 ] } }, "summary": "Added the 'main' function" } ] }, "errors": {} }, "filePaths": [ "unary-expressions.go" ], "patch": [ "diff --git a/unary-expressions.go b/unary-expressions.go", "index e69de29b..79058077 100644", "--- a/unary-expressions.go", "+++ b/unary-expressions.go", "@@ -0,0 +1,5 @@", "+package main", "+", "+func main() {", "+", "+}" ], "gitDir": "test/corpus/repos/go", "shas": "42a2152c0a23d01ee22d8c62993ec897bf53868e..5dea1dda0190bccb83434de2d8b4860771cbfb17" } ,{ "testCaseDescription": "go-unary-expressions-insert-test", "expectedResult": { "changes": { "unary-expressions.go": [ { "span": { "insert": { "start": [ 4, 1 ], "end": [ 4, 5 ] } }, "summary": "Added the '!<-a' operator in the main function" }, { "span": { "insert": { "start": [ 5, 1 ], "end": [ 5, 7 ] } }, "summary": "Added the '*foo()' operator in the main function" } ] }, "errors": {} }, "filePaths": [ "unary-expressions.go" ], "patch": [ "diff --git a/unary-expressions.go b/unary-expressions.go", "index 79058077..bdf9ccc5 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": "5dea1dda0190bccb83434de2d8b4860771cbfb17..4dc2b25ed89f5058545dfa6d8295c9154f09fa0f" } ,{ "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" }, { "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 bdf9ccc5..cf8ed882 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": "4dc2b25ed89f5058545dfa6d8295c9154f09fa0f..bf89e2c33d6bbee034099bfee6ecbf0f4c963e0a" } ,{ "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" }, { "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 cf8ed882..bdf9ccc5 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": "bf89e2c33d6bbee034099bfee6ecbf0f4c963e0a..9fb2bd701e16309712a07c2c4780affe1eb3a90e" } ,{ "testCaseDescription": "go-unary-expressions-delete-insert-test", "expectedResult": { "changes": { "unary-expressions.go": [ { "span": { "delete": { "start": [ 4, 1 ], "end": [ 4, 5 ] } }, "summary": "Deleted the '!<-a' operator in the main function" }, { "span": { "delete": { "start": [ 5, 1 ], "end": [ 5, 7 ] } }, "summary": "Deleted the '*foo()' operator in the main function" } ] }, "errors": {} }, "filePaths": [ "unary-expressions.go" ], "patch": [ "diff --git a/unary-expressions.go b/unary-expressions.go", "index bdf9ccc5..79058077 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": "9fb2bd701e16309712a07c2c4780affe1eb3a90e..229450790e49297352d07d34076506f8dc21d5e3" } ,{ "testCaseDescription": "go-unary-expressions-teardown-test", "expectedResult": { "changes": { "unary-expressions.go": [ { "span": { "delete": { "start": [ 1, 1 ], "end": [ 1, 13 ] } }, "summary": "Deleted the 'main' module" }, { "span": { "delete": { "start": [ 3, 1 ], "end": [ 5, 2 ] } }, "summary": "Deleted the 'main' function" } ] }, "errors": {} }, "filePaths": [ "unary-expressions.go" ], "patch": [ "diff --git a/unary-expressions.go b/unary-expressions.go", "index 79058077..e69de29b 100644", "--- a/unary-expressions.go", "+++ b/unary-expressions.go", "@@ -1,5 +0,0 @@", "-package main", "-", "-func main() {", "-", "-}" ], "gitDir": "test/corpus/repos/go", "shas": "229450790e49297352d07d34076506f8dc21d5e3..cc715d4522917ba50c5e150c016f9175de100183" }]