mirror of
https://github.com/github/semantic.git
synced 2024-12-23 23:11:50 +03:00
461 lines
14 KiB
JSON
461 lines
14 KiB
JSON
[{
|
|
"testCaseDescription": "ruby-string-insert-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"string.rb": [
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
3
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the '' string"
|
|
},
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the 'foo with \"bar\"' string"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"string.rb"
|
|
],
|
|
"sha1": "bc2aa39c84d90ca0081c8e7adfc101f31f104372",
|
|
"gitDir": "test/corpus/repos/ruby",
|
|
"sha2": "52d8b688e86f755e993fce336d825e46861581da"
|
|
}
|
|
,{
|
|
"testCaseDescription": "ruby-string-replacement-insert-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"string.rb": [
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
3
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the \"\" string"
|
|
},
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the \"bar with 'foo'\" string"
|
|
},
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
3,
|
|
1
|
|
],
|
|
"end": [
|
|
3,
|
|
3
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the '' string"
|
|
},
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
4,
|
|
1
|
|
],
|
|
"end": [
|
|
4,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the 'foo with \"bar\"' string"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"string.rb"
|
|
],
|
|
"sha1": "52d8b688e86f755e993fce336d825e46861581da",
|
|
"gitDir": "test/corpus/repos/ruby",
|
|
"sha2": "f6cad71ba7990d466de74a2c15d74dbd43ce7348"
|
|
}
|
|
,{
|
|
"testCaseDescription": "ruby-string-delete-insert-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"string.rb": [
|
|
{
|
|
"span": {
|
|
"replace": [
|
|
{
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
3
|
|
]
|
|
},
|
|
{
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
3
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"summary": "Replaced the \"\" string with the '' string"
|
|
},
|
|
{
|
|
"span": {
|
|
"replace": [
|
|
{
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
17
|
|
]
|
|
},
|
|
{
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
17
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"summary": "Replaced the \"bar with 'foo'\" string with the 'foo with \"bar\"' string"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"string.rb"
|
|
],
|
|
"sha1": "f6cad71ba7990d466de74a2c15d74dbd43ce7348",
|
|
"gitDir": "test/corpus/repos/ruby",
|
|
"sha2": "3aebcbbd593cc9b48ea8a3cf9546de42237347ca"
|
|
}
|
|
,{
|
|
"testCaseDescription": "ruby-string-replacement-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"string.rb": [
|
|
{
|
|
"span": {
|
|
"replace": [
|
|
{
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
3
|
|
]
|
|
},
|
|
{
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
3
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"summary": "Replaced the '' string with the \"\" string"
|
|
},
|
|
{
|
|
"span": {
|
|
"replace": [
|
|
{
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
17
|
|
]
|
|
},
|
|
{
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
17
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"summary": "Replaced the 'foo with \"bar\"' string with the \"bar with 'foo'\" string"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"string.rb"
|
|
],
|
|
"sha1": "3aebcbbd593cc9b48ea8a3cf9546de42237347ca",
|
|
"gitDir": "test/corpus/repos/ruby",
|
|
"sha2": "63d49146722aab652f4dd1435f05c6124f97c2ff"
|
|
}
|
|
,{
|
|
"testCaseDescription": "ruby-string-delete-replacement-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"string.rb": [
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
3
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the \"\" string"
|
|
},
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the \"bar with 'foo'\" string"
|
|
},
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
3,
|
|
1
|
|
],
|
|
"end": [
|
|
3,
|
|
3
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the '' string"
|
|
},
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
4,
|
|
1
|
|
],
|
|
"end": [
|
|
4,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the 'foo with \"bar\"' string"
|
|
},
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
3,
|
|
1
|
|
],
|
|
"end": [
|
|
3,
|
|
3
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the \"\" string"
|
|
},
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
4,
|
|
1
|
|
],
|
|
"end": [
|
|
4,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the \"bar with 'foo'\" string"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"string.rb"
|
|
],
|
|
"sha1": "63d49146722aab652f4dd1435f05c6124f97c2ff",
|
|
"gitDir": "test/corpus/repos/ruby",
|
|
"sha2": "f3882907c38bc0948cf06276b032242a87d43352"
|
|
}
|
|
,{
|
|
"testCaseDescription": "ruby-string-delete-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"string.rb": [
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
3
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the '' string"
|
|
},
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the 'foo with \"bar\"' string"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"string.rb"
|
|
],
|
|
"sha1": "f3882907c38bc0948cf06276b032242a87d43352",
|
|
"gitDir": "test/corpus/repos/ruby",
|
|
"sha2": "7026bc6c48d2925c952acbc1bdc2b6cd3c0ed9c4"
|
|
}
|
|
,{
|
|
"testCaseDescription": "ruby-string-delete-rest-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"string.rb": [
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
3
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the \"\" string"
|
|
},
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the \"bar with 'foo'\" string"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"string.rb"
|
|
],
|
|
"sha1": "7026bc6c48d2925c952acbc1bdc2b6cd3c0ed9c4",
|
|
"gitDir": "test/corpus/repos/ruby",
|
|
"sha2": "9d190eae3e6d5cb4fb6dd5f9e3f34b724eab4a84"
|
|
}]
|