1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 20:41:38 +03:00
semantic/test/corpus/diff-summaries/javascript/object-with-methods.json

297 lines
9.2 KiB
JSON
Raw Normal View History

2016-10-11 18:12:20 +03:00
[{
"testCaseDescription": "javascript-objects-with-methods-insert-test",
"expectedResult": {
"changes": {
"objects-with-methods.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
32
]
}
},
"summary": "Added the '{ add }' object",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"objects-with-methods.js"
],
2016-10-11 22:13:51 +03:00
"sha1": "f13aef7dcdfe65826b6d93b4b371afe29a12f21f",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 22:13:51 +03:00
"sha2": "96b548baab802a6e28144b588e564b28ff84ac55"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-objects-with-methods-replacement-insert-test",
"expectedResult": {
"changes": {
"objects-with-methods.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
37
]
}
},
"summary": "Added the '{ subtract }' object",
"tag": "JSONSummary"
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"end": [
2,
32
]
}
},
"summary": "Added the '{ add }' object",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"objects-with-methods.js"
],
2016-10-11 22:13:51 +03:00
"sha1": "96b548baab802a6e28144b588e564b28ff84ac55",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 22:13:51 +03:00
"sha2": "1293592160bd09b7bc12a75581a7496a70bb8f81"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-objects-with-methods-delete-insert-test",
"expectedResult": {
"changes": {
"objects-with-methods.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
3
],
"end": [
1,
11
]
},
{
"start": [
1,
3
],
"end": [
1,
6
]
}
]
},
"summary": "Replaced the 'subtract' identifier with the 'add' identifier in the add method",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"objects-with-methods.js"
],
2016-10-11 22:13:51 +03:00
"sha1": "1293592160bd09b7bc12a75581a7496a70bb8f81",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 22:13:51 +03:00
"sha2": "ee09bff08bb2a4467e2d2733db38fdc35a91fa01"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-objects-with-methods-replacement-test",
"expectedResult": {
"changes": {
"objects-with-methods.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
3
],
"end": [
1,
6
]
},
{
"start": [
1,
3
],
"end": [
1,
11
]
}
]
},
"summary": "Replaced the 'add' identifier with the 'subtract' identifier in the subtract method",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"objects-with-methods.js"
],
2016-10-11 22:13:51 +03:00
"sha1": "ee09bff08bb2a4467e2d2733db38fdc35a91fa01",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 22:13:51 +03:00
"sha2": "70c38b12df93c18958a2ff94145a5c1b8f64e0d1"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-objects-with-methods-delete-replacement-test",
"expectedResult": {
"changes": {
"objects-with-methods.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
37
]
}
},
"summary": "Deleted the '{ subtract }' object",
"tag": "JSONSummary"
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"end": [
2,
32
]
}
},
"summary": "Deleted the '{ add }' object",
"tag": "JSONSummary"
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"end": [
2,
37
]
}
},
"summary": "Added the '{ subtract }' object",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"objects-with-methods.js"
],
2016-10-11 22:13:51 +03:00
"sha1": "70c38b12df93c18958a2ff94145a5c1b8f64e0d1",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 22:13:51 +03:00
"sha2": "c9f20856166b00c740c53d34289d5bdafcfe73f8"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-objects-with-methods-delete-test",
"expectedResult": {
"changes": {
"objects-with-methods.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
32
]
}
},
"summary": "Deleted the '{ add }' object",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"objects-with-methods.js"
],
2016-10-11 22:13:51 +03:00
"sha1": "c9f20856166b00c740c53d34289d5bdafcfe73f8",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 22:13:51 +03:00
"sha2": "f8a7132e504b1bf9154a8946db3bc7a412c3e983"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-objects-with-methods-delete-rest-test",
"expectedResult": {
"changes": {
"objects-with-methods.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
37
]
}
},
"summary": "Deleted the '{ subtract }' object",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"objects-with-methods.js"
],
2016-10-11 22:13:51 +03:00
"sha1": "f8a7132e504b1bf9154a8946db3bc7a412c3e983",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 22:13:51 +03:00
"sha2": "179d020d71ae2d25e7da3fa6af1db307411db219"
2016-10-11 18:12:20 +03:00
}]