1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00
semantic/test/corpus/diff-summaries/javascript/boolean-operator.json

197 lines
5.7 KiB
JSON
Raw Normal View History

2016-10-11 18:12:20 +03:00
[{
"testCaseDescription": "javascript-boolean-operator-insert-test",
"expectedResult": {
"changes": {
"boolean-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
7
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'i || j' boolean operator"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"boolean-operator.js"
],
2016-10-28 04:44:36 +03:00
"sha1": "9190d3749f94dde76f16700d2fe8369511e7bc21",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-28 04:44:36 +03:00
"sha2": "7e6eb5666d36a62adcc455bc69ed3ba5d129ce80"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-boolean-operator-replacement-insert-test",
"expectedResult": {
"changes": {
"boolean-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
7
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'i && j' boolean operator"
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,
7
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'i || j' boolean operator"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"boolean-operator.js"
],
2016-10-28 04:44:36 +03:00
"sha1": "7e6eb5666d36a62adcc455bc69ed3ba5d129ce80",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-28 04:44:36 +03:00
"sha2": "ff62c75e9d5820f7edf7b9ccf25b5035d9cd14e0"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-boolean-operator-delete-insert-test",
"expectedResult": {
"changes": {},
"errors": {}
},
"filePaths": [
"boolean-operator.js"
],
2016-10-28 04:44:36 +03:00
"sha1": "ff62c75e9d5820f7edf7b9ccf25b5035d9cd14e0",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-28 04:44:36 +03:00
"sha2": "556053857f99fe817c09eae4b54b6d38643207ad"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-boolean-operator-replacement-test",
"expectedResult": {
"changes": {},
"errors": {}
},
"filePaths": [
"boolean-operator.js"
],
2016-10-28 04:44:36 +03:00
"sha1": "556053857f99fe817c09eae4b54b6d38643207ad",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-28 04:44:36 +03:00
"sha2": "6124d3483f1c48651a43e8eef897b0c8bbd63f32"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-boolean-operator-delete-replacement-test",
"expectedResult": {
"changes": {
"boolean-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
7
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'i && j' boolean operator"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"boolean-operator.js"
],
2016-10-28 04:44:36 +03:00
"sha1": "6124d3483f1c48651a43e8eef897b0c8bbd63f32",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-28 04:44:36 +03:00
"sha2": "1ec42d881f05ff14f5194fa61bdc8f7673333fae"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-boolean-operator-delete-test",
"expectedResult": {
"changes": {
"boolean-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
7
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'i || j' boolean operator"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"boolean-operator.js"
],
2016-10-28 04:44:36 +03:00
"sha1": "1ec42d881f05ff14f5194fa61bdc8f7673333fae",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-28 04:44:36 +03:00
"sha2": "e842769d7ea188656f3bfd2c29d579c112faf75d"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-boolean-operator-delete-rest-test",
"expectedResult": {
"changes": {
"boolean-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
7
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'i && j' boolean operator"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"boolean-operator.js"
],
2016-10-28 04:44:36 +03:00
"sha1": "e842769d7ea188656f3bfd2c29d579c112faf75d",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-28 04:44:36 +03:00
"sha2": "3e77e8518f359c1220dc261d75d931c823b7b368"
2016-10-11 18:12:20 +03:00
}]