1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00
semantic/test/corpus/diff-summaries/javascript/var-declaration.json

467 lines
14 KiB
JSON
Raw Normal View History

2016-10-11 18:12:20 +03:00
[{
"testCaseDescription": "javascript-var-declaration-insert-test",
"expectedResult": {
"changes": {
"var-declaration.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
5
],
"end": [
1,
10
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'x' variable"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"var-declaration.js"
],
2016-10-11 23:17:34 +03:00
"sha1": "6f8397f676d372fb7cc681c6170eab3f00a5508b",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 23:17:34 +03:00
"sha2": "a0b5c84fbb211d943917ca1b033d0f4d69e99fab"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-var-declaration-replacement-insert-test",
"expectedResult": {
"changes": {
"var-declaration.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
5
],
"end": [
1,
6
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'x' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
8
],
"end": [
1,
14
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'y' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
16
],
"end": [
1,
17
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'z' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
5
],
"end": [
2,
10
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'x' variable"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"var-declaration.js"
],
2016-10-11 23:17:34 +03:00
"sha1": "a0b5c84fbb211d943917ca1b033d0f4d69e99fab",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 23:17:34 +03:00
"sha2": "b29aa1c8b4ce011908b5fcb146722a7415615b61"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-var-declaration-delete-insert-test",
"expectedResult": {
"changes": {
"var-declaration.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
5
],
"end": [
1,
6
]
},
{
"start": [
1,
5
],
"end": [
1,
10
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the 'x' variable with the 'x' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
8
],
"end": [
1,
14
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'y' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
16
],
"end": [
1,
17
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'z' variable"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"var-declaration.js"
],
2016-10-11 23:17:34 +03:00
"sha1": "b29aa1c8b4ce011908b5fcb146722a7415615b61",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 23:17:34 +03:00
"sha2": "121898865a4153fdee7af490b7f95e63dfecd245"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-var-declaration-replacement-test",
"expectedResult": {
"changes": {
"var-declaration.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
5
],
"end": [
1,
10
]
},
{
"start": [
1,
5
],
"end": [
1,
6
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the 'x' variable with the 'x' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
8
],
"end": [
1,
14
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'y' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
16
],
"end": [
1,
17
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'z' variable"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"var-declaration.js"
],
2016-10-11 23:17:34 +03:00
"sha1": "121898865a4153fdee7af490b7f95e63dfecd245",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 23:17:34 +03:00
"sha2": "4f800595767d306adf1001a3e532c0f49c77549b"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-var-declaration-delete-replacement-test",
"expectedResult": {
"changes": {
"var-declaration.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
5
],
"end": [
1,
6
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'x' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
8
],
"end": [
1,
14
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'y' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
16
],
"end": [
1,
17
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'z' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
2,
5
],
"end": [
2,
10
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'x' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
5
],
"end": [
2,
6
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'x' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
8
],
"end": [
2,
14
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'y' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
16
],
"end": [
2,
17
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'z' variable"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"var-declaration.js"
],
2016-10-11 23:17:34 +03:00
"sha1": "4f800595767d306adf1001a3e532c0f49c77549b",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 23:17:34 +03:00
"sha2": "a62c5f0ceea3f103315aab7f595f0fc257690f46"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-var-declaration-delete-test",
"expectedResult": {
"changes": {
"var-declaration.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
5
],
"end": [
1,
10
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'x' variable"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"var-declaration.js"
],
2016-10-11 23:17:34 +03:00
"sha1": "a62c5f0ceea3f103315aab7f595f0fc257690f46",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 23:17:34 +03:00
"sha2": "a1ce7a96169c9034dbc16807e754c5a58df0c0f8"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-var-declaration-delete-rest-test",
"expectedResult": {
"changes": {
"var-declaration.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
5
],
"end": [
1,
6
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'x' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
8
],
"end": [
1,
14
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'y' variable"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
16
],
"end": [
1,
17
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'z' variable"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"var-declaration.js"
],
2016-10-11 23:17:34 +03:00
"sha1": "a1ce7a96169c9034dbc16807e754c5a58df0c0f8",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 23:17:34 +03:00
"sha2": "538d0fcee9f9f1163338901d5c7ec3035da370c4"
2016-10-11 18:12:20 +03:00
}]