1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00
semantic/test/corpus/diff-summaries/go/single-import-declarations.json
2016-11-02 15:13:54 -04:00

650 lines
22 KiB
JSON

[{
"testCaseDescription": "go-single-import-declarations-insert-test",
"expectedResult": {
"changes": {
"single-import-declarations.go": [
{
"span": {
"insert": {
"start": [
3,
1
],
"end": [
3,
18
]
}
},
"summary": "Added the \"net/http\" import statement"
},
{
"span": {
"insert": {
"start": [
4,
1
],
"end": [
4,
20
]
}
},
"summary": "Added the \"some/dsl\" import statement"
}
]
},
"errors": {
"single-import-declarations.go": [
{
"span": {
"insert": {
"start": [
5,
1
],
"end": [
5,
28
]
}
},
"summary": "Added the 'import alias \"some/package\"' at line 5, column 1 - line 5, column 28"
}
]
}
},
"filePaths": [
"single-import-declarations.go"
],
"sha1": "ce28c084cab9c80fe18b5070d3793bd1b51f2a1c",
"gitDir": "test/corpus/repos/go",
"sha2": "915f9a143715e9bbf70eeb281b63e76fdf050e77"
}
,{
"testCaseDescription": "go-single-import-declarations-replacement-insert-test",
"expectedResult": {
"changes": {
"single-import-declarations.go": [
{
"span": {
"insert": {
"start": [
3,
1
],
"end": [
3,
17
]
}
},
"summary": "Added the \"foo/bar\" import statement"
},
{
"span": {
"insert": {
"start": [
4,
1
],
"end": [
4,
21
]
}
},
"summary": "Added the \"types/dsl\" import statement"
},
{
"span": {
"insert": {
"start": [
6,
1
],
"end": [
6,
18
]
}
},
"summary": "Added the \"net/http\" import statement"
},
{
"span": {
"insert": {
"start": [
7,
1
],
"end": [
7,
20
]
}
},
"summary": "Added the \"some/dsl\" import statement"
}
]
},
"errors": {
"single-import-declarations.go": [
{
"span": {
"insert": {
"start": [
5,
1
],
"end": [
5,
32
]
}
},
"summary": "Added the 'import alias \"awesome/packages\"' at line 5, column 1 - line 5, column 32"
},
{
"span": {
"insert": {
"start": [
8,
1
],
"end": [
8,
28
]
}
},
"summary": "Added the 'import alias \"some/package\"' at line 8, column 1 - line 8, column 28"
}
]
}
},
"filePaths": [
"single-import-declarations.go"
],
"sha1": "915f9a143715e9bbf70eeb281b63e76fdf050e77",
"gitDir": "test/corpus/repos/go",
"sha2": "41b5dda76e78dfed6e7c34e59dce69674c6487d1"
}
,{
"testCaseDescription": "go-single-import-declarations-delete-insert-test",
"expectedResult": {
"changes": {
"single-import-declarations.go": [
{
"span": {
"replace": [
{
"start": [
3,
8
],
"end": [
3,
17
]
},
{
"start": [
3,
8
],
"end": [
3,
18
]
}
]
},
"summary": "Replaced the \"foo/bar\" string with the \"net/http\" string in the \"net/http\" import statement of the 'main' module statement"
},
{
"span": {
"replace": [
{
"start": [
4,
10
],
"end": [
4,
21
]
},
{
"start": [
4,
10
],
"end": [
4,
20
]
}
]
},
"summary": "Replaced the \"types/dsl\" string with the \"some/dsl\" string in the \"some/dsl\" import statement of the 'main' module statement"
},
{
"span": {
"replace": [
{
"start": [
5,
14
],
"end": [
5,
32
]
},
{
"start": [
5,
14
],
"end": [
5,
28
]
}
]
},
"summary": "Replaced the \"awesome/packages\" string with the \"some/package\" string"
}
]
},
"errors": {}
},
"filePaths": [
"single-import-declarations.go"
],
"sha1": "41b5dda76e78dfed6e7c34e59dce69674c6487d1",
"gitDir": "test/corpus/repos/go",
"sha2": "3de065935ef985cfee5a2e0ad2caccd503a0d5e6"
}
,{
"testCaseDescription": "go-single-import-declarations-replacement-test",
"expectedResult": {
"changes": {
"single-import-declarations.go": [
{
"span": {
"replace": [
{
"start": [
3,
8
],
"end": [
3,
18
]
},
{
"start": [
3,
8
],
"end": [
3,
17
]
}
]
},
"summary": "Replaced the \"net/http\" string with the \"foo/bar\" string in the \"foo/bar\" import statement of the 'main' module statement"
},
{
"span": {
"replace": [
{
"start": [
4,
10
],
"end": [
4,
20
]
},
{
"start": [
4,
10
],
"end": [
4,
21
]
}
]
},
"summary": "Replaced the \"some/dsl\" string with the \"types/dsl\" string in the \"types/dsl\" import statement of the 'main' module statement"
},
{
"span": {
"replace": [
{
"start": [
5,
14
],
"end": [
5,
28
]
},
{
"start": [
5,
14
],
"end": [
5,
32
]
}
]
},
"summary": "Replaced the \"some/package\" string with the \"awesome/packages\" string"
}
]
},
"errors": {}
},
"filePaths": [
"single-import-declarations.go"
],
"sha1": "3de065935ef985cfee5a2e0ad2caccd503a0d5e6",
"gitDir": "test/corpus/repos/go",
"sha2": "8ae66e7d06f3a88322f58221c4cf55c6ff9211d2"
}
,{
"testCaseDescription": "go-single-import-declarations-delete-replacement-test",
"expectedResult": {
"changes": {
"single-import-declarations.go": [
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
17
]
}
},
"summary": "Deleted the \"foo/bar\" import statement"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
21
]
}
},
"summary": "Deleted the \"types/dsl\" import statement"
},
{
"span": {
"delete": {
"start": [
6,
1
],
"end": [
6,
18
]
}
},
"summary": "Deleted the \"net/http\" import statement"
},
{
"span": {
"delete": {
"start": [
7,
1
],
"end": [
7,
20
]
}
},
"summary": "Deleted the \"some/dsl\" import statement"
},
{
"span": {
"insert": {
"start": [
6,
1
],
"end": [
6,
17
]
}
},
"summary": "Added the \"foo/bar\" import statement"
},
{
"span": {
"insert": {
"start": [
7,
1
],
"end": [
7,
21
]
}
},
"summary": "Added the \"types/dsl\" import statement"
}
]
},
"errors": {
"single-import-declarations.go": [
{
"span": {
"delete": {
"start": [
5,
1
],
"end": [
5,
32
]
}
},
"summary": "Deleted the 'import alias \"awesome/packages\"' at line 5, column 1 - line 5, column 32"
},
{
"span": {
"delete": {
"start": [
8,
1
],
"end": [
8,
28
]
}
},
"summary": "Deleted the 'import alias \"some/package\"' at line 8, column 1 - line 8, column 28"
},
{
"span": {
"insert": {
"start": [
8,
1
],
"end": [
8,
32
]
}
},
"summary": "Added the 'import alias \"awesome/packages\"' at line 8, column 1 - line 8, column 32"
}
]
}
},
"filePaths": [
"single-import-declarations.go"
],
"sha1": "8ae66e7d06f3a88322f58221c4cf55c6ff9211d2",
"gitDir": "test/corpus/repos/go",
"sha2": "8f91e97cdfe5ea9c278879bf50b96c64f252d0e2"
}
,{
"testCaseDescription": "go-single-import-declarations-delete-test",
"expectedResult": {
"changes": {
"single-import-declarations.go": [
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
18
]
}
},
"summary": "Deleted the \"net/http\" import statement"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
20
]
}
},
"summary": "Deleted the \"some/dsl\" import statement"
}
]
},
"errors": {
"single-import-declarations.go": [
{
"span": {
"delete": {
"start": [
5,
1
],
"end": [
5,
28
]
}
},
"summary": "Deleted the 'import alias \"some/package\"' at line 5, column 1 - line 5, column 28"
}
]
}
},
"filePaths": [
"single-import-declarations.go"
],
"sha1": "8f91e97cdfe5ea9c278879bf50b96c64f252d0e2",
"gitDir": "test/corpus/repos/go",
"sha2": "22dd1c37ffa56f29855bbac9b8d04eb95cc61387"
}
,{
"testCaseDescription": "go-single-import-declarations-delete-rest-test",
"expectedResult": {
"changes": {
"single-import-declarations.go": [
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
17
]
}
},
"summary": "Deleted the \"foo/bar\" import statement"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
21
]
}
},
"summary": "Deleted the \"types/dsl\" import statement"
}
]
},
"errors": {
"single-import-declarations.go": [
{
"span": {
"delete": {
"start": [
5,
1
],
"end": [
5,
32
]
}
},
"summary": "Deleted the 'import alias \"awesome/packages\"' at line 5, column 1 - line 5, column 32"
}
]
}
},
"filePaths": [
"single-import-declarations.go"
],
"sha1": "22dd1c37ffa56f29855bbac9b8d04eb95cc61387",
"gitDir": "test/corpus/repos/go",
"sha2": "8112428073c8e16d93141f15f065d53af04790df"
}]