1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 16:02:43 +03:00
semantic/test/corpus/diff-summaries/javascript/throw-statement.json

309 lines
10 KiB
JSON
Raw Normal View History

2016-10-11 18:12:20 +03:00
[{
"testCaseDescription": "javascript-throw-statement-insert-test",
"expectedResult": {
"changes": {
"throw-statement.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
1,
26
]
}
},
"summary": "Added the 'new Error(\"uh oh\")' throw statement",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"throw-statement.js"
],
2016-10-11 19:52:26 +03:00
"sha1": "78353c22774683c0b59f51b4f54cdc3797a7a3ee",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:52:26 +03:00
"sha2": "902803b6ab173f44f36a5167327252bf035245ef"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-throw-statement-replacement-insert-test",
"expectedResult": {
"changes": {
"throw-statement.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
1,
29
]
}
},
"summary": "Added the 'new Error(\"oooooops\")' throw statement",
"tag": "JSONSummary"
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
2,
26
]
}
},
"summary": "Added the 'new Error(\"uh oh\")' throw statement",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"throw-statement.js"
],
2016-10-11 19:52:26 +03:00
"sha1": "902803b6ab173f44f36a5167327252bf035245ef",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:52:26 +03:00
"sha2": "d2c11c5fa2567c7d3704f913cd7c7e33793a82e0"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-throw-statement-delete-insert-test",
"expectedResult": {
"changes": {
"throw-statement.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
17
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
1,
27
]
},
{
"start": [
1,
17
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
1,
24
]
}
]
},
"summary": "Replaced the \"oooooops\" string with the \"uh oh\" string in the Error(\"uh oh\") function call",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"throw-statement.js"
],
2016-10-11 19:52:26 +03:00
"sha1": "d2c11c5fa2567c7d3704f913cd7c7e33793a82e0",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:52:26 +03:00
"sha2": "b3f59095c9e211cf78fdbda36c096723f37cca3e"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-throw-statement-replacement-test",
"expectedResult": {
"changes": {
"throw-statement.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
17
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
1,
24
]
},
{
"start": [
1,
17
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
1,
27
]
}
]
},
"summary": "Replaced the \"uh oh\" string with the \"oooooops\" string in the Error(\"oooooops\") function call",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"throw-statement.js"
],
2016-10-11 19:52:26 +03:00
"sha1": "b3f59095c9e211cf78fdbda36c096723f37cca3e",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:52:26 +03:00
"sha2": "82f33ecda3aade742e98b8119d99648e07845c26"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-throw-statement-delete-replacement-test",
"expectedResult": {
"changes": {
"throw-statement.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
1,
29
]
}
},
"summary": "Deleted the 'new Error(\"oooooops\")' throw statement",
"tag": "JSONSummary"
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
2,
26
]
}
},
"summary": "Deleted the 'new Error(\"uh oh\")' throw statement",
"tag": "JSONSummary"
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
2,
29
]
}
},
"summary": "Added the 'new Error(\"oooooops\")' throw statement",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"throw-statement.js"
],
2016-10-11 19:52:26 +03:00
"sha1": "82f33ecda3aade742e98b8119d99648e07845c26",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:52:26 +03:00
"sha2": "51663869b27e8a07ccda353b957356a7614db361"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-throw-statement-delete-test",
"expectedResult": {
"changes": {
"throw-statement.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
1,
26
]
}
},
"summary": "Deleted the 'new Error(\"uh oh\")' throw statement",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"throw-statement.js"
],
2016-10-11 19:52:26 +03:00
"sha1": "51663869b27e8a07ccda353b957356a7614db361",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:52:26 +03:00
"sha2": "a92c6ff1eab17272e1d7b9f579d2ac77759433b7"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-throw-statement-delete-rest-test",
"expectedResult": {
"changes": {
"throw-statement.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
2016-10-11 19:52:26 +03:00
"filepath": "throw-statement.js",
2016-10-11 18:12:20 +03:00
"end": [
1,
29
]
}
},
"summary": "Deleted the 'new Error(\"oooooops\")' throw statement",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"throw-statement.js"
],
2016-10-11 19:52:26 +03:00
"sha1": "a92c6ff1eab17272e1d7b9f579d2ac77759433b7",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:52:26 +03:00
"sha2": "9ea42ee5607e5b8128a9bda56be262d8a62b1639"
2016-10-11 18:12:20 +03:00
}]