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/string.json

123 lines
3.6 KiB
JSON
Raw Normal View History

2016-10-06 02:17:46 +03:00
[{
"testCaseDescription": "javascript-string-insert-test",
"expectedResult": {
2016-10-06 21:42:21 +03:00
"changes": {
2016-10-06 02:17:46 +03:00
"string.js": [
2016-10-06 21:42:21 +03:00
"Added the 'A string with \"double\" quotes' string"
2016-10-06 02:17:46 +03:00
]
2016-10-06 21:42:21 +03:00
},
"errors": {}
2016-10-06 02:17:46 +03:00
},
"filePaths": [
"string.js"
],
2016-10-06 21:42:21 +03:00
"sha1": "6b678c375a3caab1d3fd7e7806c3702797617c93",
2016-10-06 02:17:46 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-06 21:42:21 +03:00
"sha2": "c4cc9a96d2a63573f296f680bf7e535af789d12a"
2016-10-06 02:17:46 +03:00
}
,{
"testCaseDescription": "javascript-string-replacement-insert-test",
"expectedResult": {
2016-10-06 21:42:21 +03:00
"changes": {
2016-10-06 02:17:46 +03:00
"string.js": [
2016-10-06 21:42:21 +03:00
"Added the 'A different string with \"double\" quotes' string",
"Added the 'A string with \"double\" quotes' string"
2016-10-06 02:17:46 +03:00
]
2016-10-06 21:42:21 +03:00
},
"errors": {}
2016-10-06 02:17:46 +03:00
},
"filePaths": [
"string.js"
],
2016-10-06 21:42:21 +03:00
"sha1": "c4cc9a96d2a63573f296f680bf7e535af789d12a",
2016-10-06 02:17:46 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-06 21:42:21 +03:00
"sha2": "f8275ac2d460b68967261080d33a1e51acc62900"
2016-10-06 02:17:46 +03:00
}
,{
"testCaseDescription": "javascript-string-delete-insert-test",
"expectedResult": {
2016-10-06 21:42:21 +03:00
"changes": {
2016-10-06 02:17:46 +03:00
"string.js": [
2016-10-06 21:42:21 +03:00
"Replaced the 'A different string with \"double\" quotes' string with the 'A string with \"double\" quotes' string"
2016-10-06 02:17:46 +03:00
]
2016-10-06 21:42:21 +03:00
},
"errors": {}
2016-10-06 02:17:46 +03:00
},
"filePaths": [
"string.js"
],
2016-10-06 21:42:21 +03:00
"sha1": "f8275ac2d460b68967261080d33a1e51acc62900",
2016-10-06 02:17:46 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-06 21:42:21 +03:00
"sha2": "5edc605fa6393a6ae5027cb8435a9871e8d283c7"
2016-10-06 02:17:46 +03:00
}
,{
"testCaseDescription": "javascript-string-replacement-test",
"expectedResult": {
2016-10-06 21:42:21 +03:00
"changes": {
2016-10-06 02:17:46 +03:00
"string.js": [
2016-10-06 21:42:21 +03:00
"Replaced the 'A string with \"double\" quotes' string with the 'A different string with \"double\" quotes' string"
2016-10-06 02:17:46 +03:00
]
2016-10-06 21:42:21 +03:00
},
"errors": {}
2016-10-06 02:17:46 +03:00
},
"filePaths": [
"string.js"
],
2016-10-06 21:42:21 +03:00
"sha1": "5edc605fa6393a6ae5027cb8435a9871e8d283c7",
2016-10-06 02:17:46 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-06 21:42:21 +03:00
"sha2": "7bba093e179d4d75e079af7b7d87fb08e988da86"
2016-10-06 02:17:46 +03:00
}
,{
"testCaseDescription": "javascript-string-delete-replacement-test",
"expectedResult": {
2016-10-06 21:42:21 +03:00
"changes": {
2016-10-06 02:17:46 +03:00
"string.js": [
2016-10-06 21:42:21 +03:00
"Deleted the 'A different string with \"double\" quotes' string",
"Deleted the 'A string with \"double\" quotes' string",
"Added the 'A different string with \"double\" quotes' string"
2016-10-06 02:17:46 +03:00
]
2016-10-06 21:42:21 +03:00
},
"errors": {}
2016-10-06 02:17:46 +03:00
},
"filePaths": [
"string.js"
],
2016-10-06 21:42:21 +03:00
"sha1": "7bba093e179d4d75e079af7b7d87fb08e988da86",
2016-10-06 02:17:46 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-06 21:42:21 +03:00
"sha2": "7d826f5e3cfb80cc4745f8bbc401a618acec8a28"
2016-10-06 02:17:46 +03:00
}
,{
"testCaseDescription": "javascript-string-delete-test",
"expectedResult": {
2016-10-06 21:42:21 +03:00
"changes": {
2016-10-06 02:17:46 +03:00
"string.js": [
2016-10-06 21:42:21 +03:00
"Deleted the 'A string with \"double\" quotes' string"
2016-10-06 02:17:46 +03:00
]
2016-10-06 21:42:21 +03:00
},
"errors": {}
2016-10-06 02:17:46 +03:00
},
"filePaths": [
"string.js"
],
2016-10-06 21:42:21 +03:00
"sha1": "7d826f5e3cfb80cc4745f8bbc401a618acec8a28",
2016-10-06 02:17:46 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-06 21:42:21 +03:00
"sha2": "8ac5eabe8c24906eb70a5e4cf2bd858b6fdf6e78"
2016-10-06 02:17:46 +03:00
}
,{
"testCaseDescription": "javascript-string-delete-rest-test",
"expectedResult": {
2016-10-06 21:42:21 +03:00
"changes": {
2016-10-06 02:17:46 +03:00
"string.js": [
2016-10-06 21:42:21 +03:00
"Deleted the 'A different string with \"double\" quotes' string"
2016-10-06 02:17:46 +03:00
]
2016-10-06 21:42:21 +03:00
},
"errors": {}
2016-10-06 02:17:46 +03:00
},
"filePaths": [
"string.js"
],
2016-10-06 21:42:21 +03:00
"sha1": "8ac5eabe8c24906eb70a5e4cf2bd858b6fdf6e78",
2016-10-06 02:17:46 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-06 21:42:21 +03:00
"sha2": "851fcf30f6f5512f49a59cc7167c684cdf668576"
2016-10-06 02:17:46 +03:00
}]