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

407 lines
13 KiB
JSON
Raw Normal View History

2016-10-11 18:12:20 +03:00
[{
"testCaseDescription": "javascript-named-function-insert-test",
"expectedResult": {
"changes": {
"named-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,
42
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'myFunction' function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"named-function.js"
],
2016-10-14 21:40:07 +03:00
"sha1": "73ed6c706441e034a7c2f8922f9294250e675d04",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 21:40:07 +03:00
"sha2": "e20576ba5fdac443d8e6cc88977cc3f1186fa282"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-named-function-replacement-insert-test",
"expectedResult": {
"changes": {
"named-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,
45
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'anotherFunction' 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,
42
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'myFunction' function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"named-function.js"
],
2016-10-14 21:40:07 +03:00
"sha1": "e20576ba5fdac443d8e6cc88977cc3f1186fa282",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 21:40:07 +03:00
"sha2": "772e2a4589cbec599fefe45bf0d077cedf22ca86"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-named-function-delete-insert-test",
"expectedResult": {
"changes": {
"named-function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
10
],
"end": [
1,
25
]
},
{
"start": [
1,
10
],
"end": [
1,
20
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the 'anotherFunction' identifier with the 'myFunction' identifier in the myFunction 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": [
1,
21
],
"end": [
1,
25
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'arg1' identifier in the myFunction 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": [
1,
27
],
"end": [
1,
31
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'arg2' identifier in the myFunction 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": [
1,
35
],
"end": [
1,
39
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'arg2' identifier in the myFunction 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": [
1,
30
],
"end": [
1,
43
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'false' return statement in the myFunction function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"named-function.js"
],
2016-10-14 21:40:07 +03:00
"sha1": "772e2a4589cbec599fefe45bf0d077cedf22ca86",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 21:40:07 +03:00
"sha2": "d733727f807f049ebae6e871c6e0799a51cf4d6c"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-named-function-replacement-test",
"expectedResult": {
"changes": {
"named-function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
10
],
"end": [
1,
20
]
},
{
"start": [
1,
10
],
"end": [
1,
25
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the 'myFunction' identifier with the 'anotherFunction' identifier in the anotherFunction 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": [
1,
21
],
"end": [
1,
25
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'arg1' identifier in the anotherFunction 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": [
1,
27
],
"end": [
1,
31
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'arg2' identifier in the anotherFunction 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": [
1,
30
],
"end": [
1,
43
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'false' return statement in the anotherFunction 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": [
1,
35
],
"end": [
1,
39
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'arg2' identifier in the anotherFunction function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"named-function.js"
],
2016-10-14 21:40:07 +03:00
"sha1": "d733727f807f049ebae6e871c6e0799a51cf4d6c",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 21:40:07 +03:00
"sha2": "6a1c88aa5002ac8beae4cd7060c6b746265ec980"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-named-function-delete-replacement-test",
"expectedResult": {
"changes": {
"named-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,
45
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'anotherFunction' 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,
42
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'myFunction' 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,
45
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'anotherFunction' function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"named-function.js"
],
2016-10-14 21:40:07 +03:00
"sha1": "6a1c88aa5002ac8beae4cd7060c6b746265ec980",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 21:40:07 +03:00
"sha2": "9880a1849836979a7cf3962b120697a38bb28c1a"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-named-function-delete-test",
"expectedResult": {
"changes": {
"named-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,
42
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'myFunction' function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"named-function.js"
],
2016-10-14 21:40:07 +03:00
"sha1": "9880a1849836979a7cf3962b120697a38bb28c1a",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 21:40:07 +03:00
"sha2": "67f23aac15c50d0d93b67f4deeb2c3d0b08e9b18"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-named-function-delete-rest-test",
"expectedResult": {
"changes": {
"named-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,
45
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'anotherFunction' function"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"named-function.js"
],
2016-10-14 21:40:07 +03:00
"sha1": "67f23aac15c50d0d93b67f4deeb2c3d0b08e9b18",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 21:40:07 +03:00
"sha2": "f3f37e99308905c9b051e7f10cebaa4d1ec6c444"
2016-10-11 18:12:20 +03:00
}]