1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 07:25:44 +03:00
semantic/test/corpus/diff-summaries/javascript/constructor-call.json

287 lines
8.9 KiB
JSON
Raw Normal View History

2016-10-11 18:12:20 +03:00
[{
"testCaseDescription": "javascript-constructor-call-insert-test",
"expectedResult": {
"changes": {
"constructor-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'module.Klass(1, \"two\")' constructor"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"constructor-call.js"
],
2016-10-14 19:18:46 +03:00
"sha1": "d39e1d538ca94199b5d277c9bc2b3bc021d291db",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 19:18:46 +03:00
"sha2": "d9e619dc220c679243c569db7d2b0bb2930825d2"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-constructor-call-replacement-insert-test",
"expectedResult": {
"changes": {
"constructor-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
29
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'module.Klass(1, \"three\")' constructor"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"end": [
2,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'module.Klass(1, \"two\")' constructor"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"constructor-call.js"
],
2016-10-14 19:18:46 +03:00
"sha1": "d9e619dc220c679243c569db7d2b0bb2930825d2",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 19:18:46 +03:00
"sha2": "c5169223a5274822738734135103a8926141353c"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-constructor-call-delete-insert-test",
"expectedResult": {
"changes": {
"constructor-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
21
],
"end": [
1,
28
]
},
{
"start": [
1,
21
],
"end": [
1,
26
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the \"three\" string with the \"two\" string in the module.Klass(1, \"two\") method call"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"constructor-call.js"
],
2016-10-14 19:18:46 +03:00
"sha1": "c5169223a5274822738734135103a8926141353c",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 19:18:46 +03:00
"sha2": "873677e00698ebac7dc7bee3829606704ae29e52"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-constructor-call-replacement-test",
"expectedResult": {
"changes": {
"constructor-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
21
],
"end": [
1,
26
]
},
{
"start": [
1,
21
],
"end": [
1,
28
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the \"two\" string with the \"three\" string in the module.Klass(1, \"three\") method call"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"constructor-call.js"
],
2016-10-14 19:18:46 +03:00
"sha1": "873677e00698ebac7dc7bee3829606704ae29e52",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 19:18:46 +03:00
"sha2": "3b209965ce83be06371be2081648b05ef145cd93"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-constructor-call-delete-replacement-test",
"expectedResult": {
"changes": {
"constructor-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
29
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'module.Klass(1, \"three\")' constructor"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"end": [
2,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'module.Klass(1, \"two\")' constructor"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"end": [
2,
29
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'module.Klass(1, \"three\")' constructor"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"constructor-call.js"
],
2016-10-14 19:18:46 +03:00
"sha1": "3b209965ce83be06371be2081648b05ef145cd93",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 19:18:46 +03:00
"sha2": "c5bf4aa291f7d8e348e8f2c93fc89dd03fb1bded"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-constructor-call-delete-test",
"expectedResult": {
"changes": {
"constructor-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
27
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'module.Klass(1, \"two\")' constructor"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"constructor-call.js"
],
2016-10-14 19:18:46 +03:00
"sha1": "c5bf4aa291f7d8e348e8f2c93fc89dd03fb1bded",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 19:18:46 +03:00
"sha2": "d073d8436024f8415b85cb0e73cb49e31330be5d"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-constructor-call-delete-rest-test",
"expectedResult": {
"changes": {
"constructor-call.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
29
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'module.Klass(1, \"three\")' constructor"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"constructor-call.js"
],
2016-10-14 19:18:46 +03:00
"sha1": "d073d8436024f8415b85cb0e73cb49e31330be5d",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-14 19:18:46 +03:00
"sha2": "f1ddb4977e48b0aecb113d8434659b1055347399"
2016-10-11 18:12:20 +03:00
}]