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/while-statement.json
2016-10-10 12:39:22 -05:00

125 lines
3.6 KiB
JSON

[{
"testCaseDescription": "javascript-while-statement-insert-test",
"expectedResult": {
"changes": {
"while-statement.js": [
"Added the 'a' while statement"
]
},
"errors": {}
},
"filePaths": [
"while-statement.js"
],
"sha1": "12f2127872e8531bdaea51527fcae69687046dd3",
"gitDir": "test/corpus/repos/javascript",
"sha2": "66b171f7edef32dd312b6e3f953537a9d88b5c6e"
}
,{
"testCaseDescription": "javascript-while-statement-replacement-insert-test",
"expectedResult": {
"changes": {
"while-statement.js": [
"Added the 'b' while statement",
"Added the 'a' while statement"
]
},
"errors": {}
},
"filePaths": [
"while-statement.js"
],
"sha1": "66b171f7edef32dd312b6e3f953537a9d88b5c6e",
"gitDir": "test/corpus/repos/javascript",
"sha2": "80002ab7823ce98c4d0ec96f32b2eb2af72e438a"
}
,{
"testCaseDescription": "javascript-while-statement-delete-insert-test",
"expectedResult": {
"changes": {
"while-statement.js": [
"Replaced the 'b' identifier with the 'a' identifier",
"Replaced the 'a' identifier with the 'b' identifier in the b() function call"
]
},
"errors": {}
},
"filePaths": [
"while-statement.js"
],
"sha1": "80002ab7823ce98c4d0ec96f32b2eb2af72e438a",
"gitDir": "test/corpus/repos/javascript",
"sha2": "1f5d2949b64eb580105a6913f3572a8cbb081c2b"
}
,{
"testCaseDescription": "javascript-while-statement-replacement-test",
"expectedResult": {
"changes": {
"while-statement.js": [
"Replaced the 'a' identifier with the 'b' identifier",
"Replaced the 'b' identifier with the 'a' identifier in the a() function call"
]
},
"errors": {}
},
"filePaths": [
"while-statement.js"
],
"sha1": "1f5d2949b64eb580105a6913f3572a8cbb081c2b",
"gitDir": "test/corpus/repos/javascript",
"sha2": "cdcca65411886bbf8c9b42eaa4661a17cbad822b"
}
,{
"testCaseDescription": "javascript-while-statement-delete-replacement-test",
"expectedResult": {
"changes": {
"while-statement.js": [
"Deleted the 'b' while statement",
"Deleted the 'a' while statement",
"Added the 'b' while statement"
]
},
"errors": {}
},
"filePaths": [
"while-statement.js"
],
"sha1": "cdcca65411886bbf8c9b42eaa4661a17cbad822b",
"gitDir": "test/corpus/repos/javascript",
"sha2": "f5cbf4f9ea5e300ed14da2f1ff8eb32e96a37cb6"
}
,{
"testCaseDescription": "javascript-while-statement-delete-test",
"expectedResult": {
"changes": {
"while-statement.js": [
"Deleted the 'a' while statement"
]
},
"errors": {}
},
"filePaths": [
"while-statement.js"
],
"sha1": "f5cbf4f9ea5e300ed14da2f1ff8eb32e96a37cb6",
"gitDir": "test/corpus/repos/javascript",
"sha2": "5f928270ea0c9f73381555ec3bd9c8b0a63fbd66"
}
,{
"testCaseDescription": "javascript-while-statement-delete-rest-test",
"expectedResult": {
"changes": {
"while-statement.js": [
"Deleted the 'b' while statement"
]
},
"errors": {}
},
"filePaths": [
"while-statement.js"
],
"sha1": "5f928270ea0c9f73381555ec3bd9c8b0a63fbd66",
"gitDir": "test/corpus/repos/javascript",
"sha2": "a08a67e2429da5941c2bd2011bf4e3ae74bfb434"
}]