1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00
semantic/test/corpus/diff-summaries/template-string.json
2016-10-05 16:17:46 -07:00

106 lines
3.3 KiB
JSON

[{
"testCaseDescription": "javascript-template-string-insert-test",
"expectedResult": {
"changes": {
"template-string.js": [ "Added the '`one line`' template string" ]
},
"errors": {}
},
"filePaths": [
"template-string.js"
],
"sha1": "e1be6714d1c7f731fec82d4a5f3ddcbd679bd231",
"gitDir": "test/corpus/repos/javascript",
"sha2": "01d9465e5591a489d8039350dc4a816baa76b02e"
}
,{
"testCaseDescription": "javascript-template-string-replacement-insert-test",
"expectedResult": {
"changes": {
"template-string.js": [ "Added the '`multi line`' template string","Added the '`one line`' template string" ]
},
"errors": {}
},
"filePaths": [
"template-string.js"
],
"sha1": "01d9465e5591a489d8039350dc4a816baa76b02e",
"gitDir": "test/corpus/repos/javascript",
"sha2": "741b9434a201fe7efb9ca1c215020769322ff122"
}
,{
"testCaseDescription": "javascript-template-string-delete-insert-test",
"expectedResult": {
"changes": {
"template-string.js": [ "Added the '`one line`' template string","Deleted the '`multi line`' template string" ]
},
"errors": {}
},
"filePaths": [
"template-string.js"
],
"sha1": "741b9434a201fe7efb9ca1c215020769322ff122",
"gitDir": "test/corpus/repos/javascript",
"sha2": "43dd5ba3b77caa88ae9bcb1cd5b7372e54176c65"
}
,{
"testCaseDescription": "javascript-template-string-replacement-test",
"expectedResult": {
"changes": {
"template-string.js": [ "Added the '`mulit line`' template string","Deleted the '`one line`' template string" ]
},
"errors": {}
},
"filePaths": [
"template-string.js"
],
"sha1": "43dd5ba3b77caa88ae9bcb1cd5b7372e54176c65",
"gitDir": "test/corpus/repos/javascript",
"sha2": "c685db7ae77b2b7c870c1278fdfee55b7afa2593"
}
,{
"testCaseDescription": "javascript-template-string-delete-replacement-test",
"expectedResult": {
"changes": {
"template-string.js": [ "Deleted the '`multi line`' template string","Added the '`multi line`' template string","Deleted the '`one line`' template string" ]
},
"errors": {}
},
"filePaths": [
"template-string.js"
],
"sha1": "c685db7ae77b2b7c870c1278fdfee55b7afa2593",
"gitDir": "test/corpus/repos/javascript",
"sha2": "8da41cffe4b13838c58f6f8e1affdc4ef8235558"
}
,{
"testCaseDescription": "javascript-template-string-delete-test",
"expectedResult": {
"changes": {
"template-string.js": [ "Deleted the '`one line`' template string" ]
},
"errors": {}
},
"filePaths": [
"template-string.js"
],
"sha1": "8da41cffe4b13838c58f6f8e1affdc4ef8235558",
"gitDir": "test/corpus/repos/javascript",
"sha2": "a27b0ea7b83d6c787a5bb24b1471364ada9fcc92"
}
,{
"testCaseDescription": "javascript-template-string-delete-rest-test",
"expectedResult": {
"changes": {
"template-string.js": [ "Deleted the '`multi line`' template string" ]
},
"errors": {}
},
"filePaths": [
"template-string.js"
],
"sha1": "a27b0ea7b83d6c787a5bb24b1471364ada9fcc92",
"gitDir": "test/corpus/repos/javascript",
"sha2": "06b8c5b42b801f6855033fe4eafea2ee9fb2cef9"
}]