mirror of
https://github.com/github/semantic.git
synced 2025-01-06 23:46:21 +03:00
31 lines
1019 B
JSON
31 lines
1019 B
JSON
[{
|
|
"testCaseDescription": "javascript-relational-operator-delete-insert-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"relational-operator.js": [ "Added the 'x < y' relational operator","Deleted the 'x <= y' relational operator" ]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"relational-operator.js"
|
|
],
|
|
"sha1": "f79a619c0277b82bb45cb1510847b78ba44ea31b",
|
|
"gitDir": "test/corpus/repos/javascript",
|
|
"sha2": "1fc7441b1fb64b171cf7892e3ce25bc55e25d754"
|
|
}
|
|
,{
|
|
"testCaseDescription": "javascript-relational-operator-replacement-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"relational-operator.js": [ "Added the 'x <= y' relational operator","Deleted the 'x < y' relational operator" ]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"relational-operator.js"
|
|
],
|
|
"sha1": "1fc7441b1fb64b171cf7892e3ce25bc55e25d754",
|
|
"gitDir": "test/corpus/repos/javascript",
|
|
"sha2": "e1d768da1e35b8066276dc5b5f9653442345948d"
|
|
}]
|