1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00
semantic/test/corpus/diff-summaries/go/single-import-declarations.json

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": "eb489e68223f02d30206d92e0a4672c745dfc560",
"gitDir": "test/corpus/repos/go",
"sha2": "c85b99eaba4bed28ccafa12c622dd9ebe989f112"
}
,{
"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": "c85b99eaba4bed28ccafa12c622dd9ebe989f112",
"gitDir": "test/corpus/repos/go",
"sha2": "da05990a23f87d4680d1106b02f0907c1de28396"
}
,{
"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"
},
{
"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"
},
{
"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": "da05990a23f87d4680d1106b02f0907c1de28396",
"gitDir": "test/corpus/repos/go",
"sha2": "e4f15ada79449f0b12dcb338d678de304a828dc3"
}
,{
"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"
},
{
"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"
},
{
"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": "e4f15ada79449f0b12dcb338d678de304a828dc3",
"gitDir": "test/corpus/repos/go",
"sha2": "0a354b29b55f393072d9fc796925d28cd11cef7a"
}
,{
"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": "0a354b29b55f393072d9fc796925d28cd11cef7a",
"gitDir": "test/corpus/repos/go",
"sha2": "06a314db9d5771852ff7620c606652a4179d7ddc"
}
,{
"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": "06a314db9d5771852ff7620c606652a4179d7ddc",
"gitDir": "test/corpus/repos/go",
"sha2": "a2c89942fc6684f85f361c7e113df60976dee775"
}
,{
"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": "a2c89942fc6684f85f361c7e113df60976dee775",
"gitDir": "test/corpus/repos/go",
"sha2": "d9ea609dd49794d164eedd36199d64a34e71da46"
}]