1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
semantic/test/corpus/diff-summaries/javascript/relational-operator.json
2016-11-01 10:03:25 -05:00

197 lines
5.8 KiB
JSON

[{
"testCaseDescription": "javascript-relational-operator-insert-test",
"expectedResult": {
"changes": {
"relational-operator.js": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
1,
6
]
}
},
"summary": "Added the 'x < y' relational operator"
}
]
},
"errors": {}
},
"filePaths": [
"relational-operator.js"
],
"sha1": "149d0a9500261cd37b696c4ab2527d34f0133522",
"gitDir": "test/corpus/repos/javascript",
"sha2": "44342fbcc55ee68fc6f6bda399b68114faf72cee"
}
,{
"testCaseDescription": "javascript-relational-operator-replacement-insert-test",
"expectedResult": {
"changes": {
"relational-operator.js": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
1,
7
]
}
},
"summary": "Added the 'x <= y' relational operator"
},
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
6
]
}
},
"summary": "Added the 'x < y' relational operator"
}
]
},
"errors": {}
},
"filePaths": [
"relational-operator.js"
],
"sha1": "44342fbcc55ee68fc6f6bda399b68114faf72cee",
"gitDir": "test/corpus/repos/javascript",
"sha2": "429580bbd2a8e6ab94ac812f9efe401ce53507c7"
}
,{
"testCaseDescription": "javascript-relational-operator-delete-insert-test",
"expectedResult": {
"changes": {},
"errors": {}
},
"filePaths": [
"relational-operator.js"
],
"sha1": "429580bbd2a8e6ab94ac812f9efe401ce53507c7",
"gitDir": "test/corpus/repos/javascript",
"sha2": "7f27cfcac5d2c7b7bd1708c242942a35aa932f16"
}
,{
"testCaseDescription": "javascript-relational-operator-replacement-test",
"expectedResult": {
"changes": {},
"errors": {}
},
"filePaths": [
"relational-operator.js"
],
"sha1": "7f27cfcac5d2c7b7bd1708c242942a35aa932f16",
"gitDir": "test/corpus/repos/javascript",
"sha2": "b2de8add90f64f679d620edb09f78d9ef7b77619"
}
,{
"testCaseDescription": "javascript-relational-operator-delete-replacement-test",
"expectedResult": {
"changes": {
"relational-operator.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
7
]
}
},
"summary": "Deleted the 'x <= y' relational operator"
}
]
},
"errors": {}
},
"filePaths": [
"relational-operator.js"
],
"sha1": "b2de8add90f64f679d620edb09f78d9ef7b77619",
"gitDir": "test/corpus/repos/javascript",
"sha2": "bcaefd0ef86be7154397ea562fe2f42310be20fb"
}
,{
"testCaseDescription": "javascript-relational-operator-delete-test",
"expectedResult": {
"changes": {
"relational-operator.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
6
]
}
},
"summary": "Deleted the 'x < y' relational operator"
}
]
},
"errors": {}
},
"filePaths": [
"relational-operator.js"
],
"sha1": "bcaefd0ef86be7154397ea562fe2f42310be20fb",
"gitDir": "test/corpus/repos/javascript",
"sha2": "d662d575c343d9a108c7cd3b2c245afe697dc54b"
}
,{
"testCaseDescription": "javascript-relational-operator-delete-rest-test",
"expectedResult": {
"changes": {
"relational-operator.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
7
]
}
},
"summary": "Deleted the 'x <= y' relational operator"
}
]
},
"errors": {}
},
"filePaths": [
"relational-operator.js"
],
"sha1": "d662d575c343d9a108c7cd3b2c245afe697dc54b",
"gitDir": "test/corpus/repos/javascript",
"sha2": "3b37b1f1ec583cf921f87b304b606d12b388bcd5"
}]