1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 16:02:43 +03:00
semantic/test/corpus/diff-summaries/ruby/string.json

461 lines
14 KiB
JSON
Raw Normal View History

[{
"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"
],
2016-10-22 01:52:40 +03:00
"sha1": "226cd25f7db88b934689939d26b6af3e20a9de62",
"gitDir": "test/corpus/repos/ruby",
2016-10-22 01:52:40 +03:00
"sha2": "6a7d136dfc5a2c84cd2895e4a04c7ffe063bd24a"
}
,{
"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"
],
2016-10-22 01:52:40 +03:00
"sha1": "6a7d136dfc5a2c84cd2895e4a04c7ffe063bd24a",
"gitDir": "test/corpus/repos/ruby",
2016-10-22 01:52:40 +03:00
"sha2": "5d4aea6d8a7240db582fac7b94ea3c56595f31a9"
}
,{
"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"
],
2016-10-22 01:52:40 +03:00
"sha1": "5d4aea6d8a7240db582fac7b94ea3c56595f31a9",
"gitDir": "test/corpus/repos/ruby",
2016-10-22 01:52:40 +03:00
"sha2": "a960aeb39a6b4691d5ff1e47438339d81883829e"
}
,{
"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"
],
2016-10-22 01:52:40 +03:00
"sha1": "a960aeb39a6b4691d5ff1e47438339d81883829e",
"gitDir": "test/corpus/repos/ruby",
2016-10-22 01:52:40 +03:00
"sha2": "023acb88040028327691e1267ece527e4784d9ce"
}
,{
"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"
],
2016-10-22 01:52:40 +03:00
"sha1": "023acb88040028327691e1267ece527e4784d9ce",
"gitDir": "test/corpus/repos/ruby",
2016-10-22 01:52:40 +03:00
"sha2": "7eb8640d3597f4c383943300a598dfa99322ace8"
}
,{
"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"
],
2016-10-22 01:52:40 +03:00
"sha1": "7eb8640d3597f4c383943300a598dfa99322ace8",
"gitDir": "test/corpus/repos/ruby",
2016-10-22 01:52:40 +03:00
"sha2": "ecab063f3ab1d4b3a010c6853457a56b722e2b50"
}
,{
"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"
],
2016-10-22 01:52:40 +03:00
"sha1": "ecab063f3ab1d4b3a010c6853457a56b722e2b50",
"gitDir": "test/corpus/repos/ruby",
2016-10-22 01:52:40 +03:00
"sha2": "9afeac1a0afce82e757f3b4b20279763c977db74"
}]