1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00
semantic/test/corpus/diff-summaries/javascript/array.json
2016-10-27 20:44:36 -05:00

263 lines
7.6 KiB
JSON

[{
"testCaseDescription": "javascript-array-insert-test",
"expectedResult": {
"changes": {
"array.js": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
1,
12
]
}
},
"summary": "Added the '[ \"item1\" ]' array"
}
]
},
"errors": {}
},
"filePaths": [
"array.js"
],
"sha1": "a8015feb580149eb3034c3d28ba2361b04756214",
"gitDir": "test/corpus/repos/javascript",
"sha2": "db0a7c5f95c0504a03fd2849f54f9eabbee2575f"
}
,{
"testCaseDescription": "javascript-array-replacement-insert-test",
"expectedResult": {
"changes": {
"array.js": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
1,
21
]
}
},
"summary": "Added the '[ \"item1\", \"item2\" ]' array"
},
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
12
]
}
},
"summary": "Added the '[ \"item1\" ]' array"
}
]
},
"errors": {}
},
"filePaths": [
"array.js"
],
"sha1": "db0a7c5f95c0504a03fd2849f54f9eabbee2575f",
"gitDir": "test/corpus/repos/javascript",
"sha2": "f593958f22cea9f96f86938f5657dc19e052a730"
}
,{
"testCaseDescription": "javascript-array-delete-insert-test",
"expectedResult": {
"changes": {
"array.js": [
{
"span": {
"delete": {
"start": [
1,
12
],
"end": [
1,
19
]
}
},
"summary": "Deleted the \"item2\" string"
}
]
},
"errors": {}
},
"filePaths": [
"array.js"
],
"sha1": "f593958f22cea9f96f86938f5657dc19e052a730",
"gitDir": "test/corpus/repos/javascript",
"sha2": "545154e4a6b0d0140a61c76bd91a38a48273c5f0"
}
,{
"testCaseDescription": "javascript-array-replacement-test",
"expectedResult": {
"changes": {
"array.js": [
{
"span": {
"insert": {
"start": [
1,
12
],
"end": [
1,
19
]
}
},
"summary": "Added the \"item2\" string"
}
]
},
"errors": {}
},
"filePaths": [
"array.js"
],
"sha1": "545154e4a6b0d0140a61c76bd91a38a48273c5f0",
"gitDir": "test/corpus/repos/javascript",
"sha2": "c7b6d11ef57fff26b35a704fdd5f62e48dc21652"
}
,{
"testCaseDescription": "javascript-array-delete-replacement-test",
"expectedResult": {
"changes": {
"array.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
21
]
}
},
"summary": "Deleted the '[ \"item1\", \"item2\" ]' array"
},
{
"span": {
"delete": {
"start": [
2,
1
],
"end": [
2,
12
]
}
},
"summary": "Deleted the '[ \"item1\" ]' array"
},
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
21
]
}
},
"summary": "Added the '[ \"item1\", \"item2\" ]' array"
}
]
},
"errors": {}
},
"filePaths": [
"array.js"
],
"sha1": "c7b6d11ef57fff26b35a704fdd5f62e48dc21652",
"gitDir": "test/corpus/repos/javascript",
"sha2": "d7798aea0b6abf6e80d360a5e13d485190367101"
}
,{
"testCaseDescription": "javascript-array-delete-test",
"expectedResult": {
"changes": {
"array.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
12
]
}
},
"summary": "Deleted the '[ \"item1\" ]' array"
}
]
},
"errors": {}
},
"filePaths": [
"array.js"
],
"sha1": "d7798aea0b6abf6e80d360a5e13d485190367101",
"gitDir": "test/corpus/repos/javascript",
"sha2": "0739091965d54e5587fb6bdd1a87ea87e1b51c31"
}
,{
"testCaseDescription": "javascript-array-delete-rest-test",
"expectedResult": {
"changes": {
"array.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
21
]
}
},
"summary": "Deleted the '[ \"item1\", \"item2\" ]' array"
}
]
},
"errors": {}
},
"filePaths": [
"array.js"
],
"sha1": "0739091965d54e5587fb6bdd1a87ea87e1b51c31",
"gitDir": "test/corpus/repos/javascript",
"sha2": "9fc501a9eef5802d3d18eaf743a6daf533bcba0e"
}]