1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00
semantic/test/corpus/diff-summaries/javascript/function.json

287 lines
8.6 KiB
JSON
Raw Normal View History

2016-10-11 18:12:20 +03:00
[{
"testCaseDescription": "javascript-function-insert-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
31
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added an anonymous(arg1, arg2) function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-13 02:44:27 +03:00
"sha1": "7aa9fe2af183a8691e5a4f06900d48ea577b8cad",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-13 02:44:27 +03:00
"sha2": "0814117bb73099fc2064b43d5f732ec2d7784242"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-replacement-insert-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
31
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added an anonymous(arg1, arg2) function"
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,
1
],
"end": [
2,
31
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added an anonymous(arg1, arg2) function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-13 02:44:27 +03:00
"sha1": "0814117bb73099fc2064b43d5f732ec2d7784242",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-13 02:44:27 +03:00
"sha2": "30dd63f39de1738d27aa940de791a9aea9b5175d"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-delete-insert-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
24
],
"end": [
1,
28
]
},
{
"start": [
1,
24
],
"end": [
1,
28
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the 'arg1' identifier with the 'arg2' identifier"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-13 02:44:27 +03:00
"sha1": "30dd63f39de1738d27aa940de791a9aea9b5175d",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-13 02:44:27 +03:00
"sha2": "c17df5bad9499299fb1d02ce7d2675f8bb60a082"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-replacement-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
24
],
"end": [
1,
28
]
},
{
"start": [
1,
24
],
"end": [
1,
28
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the 'arg2' identifier with the 'arg1' identifier"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-13 02:44:27 +03:00
"sha1": "c17df5bad9499299fb1d02ce7d2675f8bb60a082",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-13 02:44:27 +03:00
"sha2": "f25f5f08b00a7d2fd83759355f90ebd0514099e8"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-delete-replacement-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
31
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted an anonymous(arg1, arg2) function"
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,
1
],
"end": [
2,
31
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted an anonymous(arg1, arg2) function"
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,
1
],
"end": [
2,
31
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added an anonymous(arg1, arg2) function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-13 02:44:27 +03:00
"sha1": "f25f5f08b00a7d2fd83759355f90ebd0514099e8",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-13 02:44:27 +03:00
"sha2": "8b8224aa8c5d80b5ce3c1ad97ab0742a4ae1e163"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-delete-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
31
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted an anonymous(arg1, arg2) function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-13 02:44:27 +03:00
"sha1": "8b8224aa8c5d80b5ce3c1ad97ab0742a4ae1e163",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-13 02:44:27 +03:00
"sha2": "78a8c3a130452be2d6ccf9545b4bb3a36269c752"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-delete-rest-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
31
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted an anonymous(arg1, arg2) function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-13 02:44:27 +03:00
"sha1": "78a8c3a130452be2d6ccf9545b4bb3a36269c752",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-13 02:44:27 +03:00
"sha2": "d807cbcd81808cbf1edb0fb24bd53fa36795d044"
2016-10-11 18:12:20 +03:00
}]