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/function-call.json

287 lines
8.9 KiB
JSON
Raw Normal View History

2016-10-11 18:12:20 +03:00
[{
"testCaseDescription": "javascript-function-call-insert-test",
"expectedResult": {
"changes": {
"function-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'someFunction(arg1, \"arg2\")' function call"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function-call.js"
],
2016-10-14 00:58:17 +03:00
"sha1": "7a54cae663d76578407d5aee62ac269e6f35818d",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 00:58:17 +03:00
"sha2": "f2be82001fb813723585ef814cfb0f20e672cb43"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-call-replacement-insert-test",
"expectedResult": {
"changes": {
"function-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'someFunction(arg1, \"arg3\")' function call"
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,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'someFunction(arg1, \"arg2\")' function call"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function-call.js"
],
2016-10-14 00:58:17 +03:00
"sha1": "f2be82001fb813723585ef814cfb0f20e672cb43",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 00:58:17 +03:00
"sha2": "4577a3437e641690887c56d82cdbaa51648a95c8"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-call-delete-insert-test",
"expectedResult": {
"changes": {
"function-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
20
],
"end": [
1,
26
]
},
{
"start": [
1,
20
],
"end": [
1,
26
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the \"arg3\" string with the \"arg2\" string in the someFunction(arg1, \"arg2\") function call"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function-call.js"
],
2016-10-14 00:58:17 +03:00
"sha1": "4577a3437e641690887c56d82cdbaa51648a95c8",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 00:58:17 +03:00
"sha2": "868de74f1870c3ed98f85dd5e79dcdbc7025a030"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-call-replacement-test",
"expectedResult": {
"changes": {
"function-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
20
],
"end": [
1,
26
]
},
{
"start": [
1,
20
],
"end": [
1,
26
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the \"arg2\" string with the \"arg3\" string in the someFunction(arg1, \"arg3\") function call"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function-call.js"
],
2016-10-14 00:58:17 +03:00
"sha1": "868de74f1870c3ed98f85dd5e79dcdbc7025a030",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 00:58:17 +03:00
"sha2": "94ffdbe05f2ffbfcf22fbe27ecc4e0868f8c4d78"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-call-delete-replacement-test",
"expectedResult": {
"changes": {
"function-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'someFunction(arg1, \"arg3\")' function call"
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,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'someFunction(arg1, \"arg2\")' function call"
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,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'someFunction(arg1, \"arg3\")' function call"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function-call.js"
],
2016-10-14 00:58:17 +03:00
"sha1": "94ffdbe05f2ffbfcf22fbe27ecc4e0868f8c4d78",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 00:58:17 +03:00
"sha2": "a6bffd39a8aea41980a82abb99d5b2249b48efb5"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-call-delete-test",
"expectedResult": {
"changes": {
"function-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'someFunction(arg1, \"arg2\")' function call"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function-call.js"
],
2016-10-14 00:58:17 +03:00
"sha1": "a6bffd39a8aea41980a82abb99d5b2249b48efb5",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 00:58:17 +03:00
"sha2": "494300f82f29240deac2b8283d6f5d940d9edf50"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-call-delete-rest-test",
"expectedResult": {
"changes": {
"function-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'someFunction(arg1, \"arg3\")' function call"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"function-call.js"
],
2016-10-14 00:58:17 +03:00
"sha1": "494300f82f29240deac2b8283d6f5d940d9edf50",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 00:58:17 +03:00
"sha2": "894f34802b17ff5a07550b2d56a4401c18fbd3b7"
2016-10-11 18:12:20 +03:00
}]