1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
semantic/test/corpus/diff-summaries/ruby/pseudo_variables.json

641 lines
20 KiB
JSON
Raw Normal View History

2016-10-24 20:43:31 +03:00
[{
"testCaseDescription": "ruby-pseudo_variables-insert-test",
"expectedResult": {
"changes": {
"pseudo_variables.rb": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
1,
4
]
}
},
"summary": "Added 'nil' identifier"
},
{
"span": {
"insert": {
"start": [
3,
1
],
"end": [
3,
6
]
}
},
"summary": "Added 'false'"
},
{
"span": {
"insert": {
"start": [
4,
1
],
"end": [
4,
5
]
}
},
"summary": "Added 'true'"
}
]
},
"errors": {}
},
"filePaths": [
"pseudo_variables.rb"
],
2016-10-27 18:30:34 +03:00
"sha1": "85491985da6d2c41d11f422f66046b630d4d58ae",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 18:30:34 +03:00
"sha2": "b23283a565003afb15426c924ba9bee476644bdc"
2016-10-24 20:43:31 +03:00
}
,{
"testCaseDescription": "ruby-pseudo_variables-replacement-insert-test",
"expectedResult": {
"changes": {
"pseudo_variables.rb": [
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
4
]
}
},
"summary": "Added the 'NIL' identifier"
},
{
"span": {
"insert": {
"start": [
3,
1
],
"end": [
3,
5
]
}
},
"summary": "Added 'TRUE'"
},
{
"span": {
"insert": {
"start": [
4,
1
],
"end": [
4,
6
]
}
},
"summary": "Added 'FALSE'"
},
{
"span": {
"insert": {
"start": [
5,
1
],
"end": [
5,
4
]
}
},
"summary": "Added the 'nil' identifier"
},
{
"span": {
"insert": {
"start": [
7,
1
],
"end": [
7,
6
]
}
},
"summary": "Added 'false'"
},
{
"span": {
"insert": {
"start": [
8,
1
],
"end": [
8,
5
]
}
},
"summary": "Added 'true'"
}
]
},
"errors": {}
},
"filePaths": [
"pseudo_variables.rb"
],
2016-10-27 18:30:34 +03:00
"sha1": "b23283a565003afb15426c924ba9bee476644bdc",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 18:30:34 +03:00
"sha2": "1a57936b5758e917bd67bab0074f31df2d373d5e"
2016-10-24 20:43:31 +03:00
}
,{
"testCaseDescription": "ruby-pseudo_variables-delete-insert-test",
"expectedResult": {
"changes": {
"pseudo_variables.rb": [
{
"span": {
"replace": [
{
"start": [
2,
1
],
"end": [
2,
4
]
},
{
"start": [
1,
1
],
"end": [
1,
4
]
}
]
},
"summary": "Replaced the 'NIL' identifier with the 'nil' identifier"
},
{
"span": {
"replace": [
{
"start": [
3,
1
],
"end": [
3,
5
]
},
{
"start": [
3,
1
],
"end": [
3,
6
]
}
]
},
"summary": "Replaced 'TRUE' with 'false'"
},
{
"span": {
"insert": {
"start": [
4,
1
],
"end": [
4,
5
]
}
},
"summary": "Added 'true'"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
6
]
}
},
"summary": "Deleted 'FALSE'"
}
]
},
"errors": {}
},
"filePaths": [
"pseudo_variables.rb"
],
2016-10-27 18:30:34 +03:00
"sha1": "1a57936b5758e917bd67bab0074f31df2d373d5e",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 18:30:34 +03:00
"sha2": "f72248b5b26661b95f42f64183fd03b180da97e4"
2016-10-24 20:43:31 +03:00
}
,{
"testCaseDescription": "ruby-pseudo_variables-replacement-test",
"expectedResult": {
"changes": {
"pseudo_variables.rb": [
{
"span": {
"replace": [
{
"start": [
1,
1
],
"end": [
1,
4
]
},
{
"start": [
2,
1
],
"end": [
2,
4
]
}
]
},
"summary": "Replaced the 'nil' identifier with the 'NIL' identifier"
},
{
"span": {
"replace": [
{
"start": [
3,
1
],
"end": [
3,
6
]
},
{
"start": [
3,
1
],
"end": [
3,
5
]
}
]
},
"summary": "Replaced 'false' with 'TRUE'"
},
{
"span": {
"insert": {
"start": [
4,
1
],
"end": [
4,
6
]
}
},
"summary": "Added 'FALSE'"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
5
]
}
},
"summary": "Deleted 'true'"
}
]
},
"errors": {}
},
"filePaths": [
"pseudo_variables.rb"
],
2016-10-27 18:30:34 +03:00
"sha1": "f72248b5b26661b95f42f64183fd03b180da97e4",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 18:30:34 +03:00
"sha2": "00f8a285677f3977da0fa967d351bf4ed87ed1d0"
2016-10-24 20:43:31 +03:00
}
,{
"testCaseDescription": "ruby-pseudo_variables-delete-replacement-test",
"expectedResult": {
"changes": {
"pseudo_variables.rb": [
{
"span": {
"delete": {
"start": [
2,
1
],
"end": [
2,
4
]
}
},
"summary": "Deleted the 'NIL' identifier"
},
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
5
]
}
},
"summary": "Deleted 'TRUE'"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
6
]
}
},
"summary": "Deleted 'FALSE'"
},
{
"span": {
"delete": {
"start": [
5,
1
],
"end": [
5,
4
]
}
},
"summary": "Deleted the 'nil' identifier"
},
{
"span": {
"delete": {
"start": [
7,
1
],
"end": [
7,
6
]
}
},
"summary": "Deleted 'false'"
},
{
"span": {
"delete": {
"start": [
8,
1
],
"end": [
8,
5
]
}
},
"summary": "Deleted 'true'"
},
{
"span": {
"insert": {
"start": [
6,
1
],
"end": [
6,
4
]
}
},
"summary": "Added the 'NIL' identifier"
},
{
"span": {
"insert": {
"start": [
7,
1
],
"end": [
7,
5
]
}
},
"summary": "Added 'TRUE'"
},
{
"span": {
"insert": {
"start": [
8,
1
],
"end": [
8,
6
]
}
},
"summary": "Added 'FALSE'"
}
]
},
"errors": {}
},
"filePaths": [
"pseudo_variables.rb"
],
2016-10-27 18:30:34 +03:00
"sha1": "00f8a285677f3977da0fa967d351bf4ed87ed1d0",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 18:30:34 +03:00
"sha2": "9b717d85a224519979fa0128af828a69545ac700"
2016-10-24 20:43:31 +03:00
}
,{
"testCaseDescription": "ruby-pseudo_variables-delete-test",
"expectedResult": {
"changes": {
"pseudo_variables.rb": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
4
]
}
},
"summary": "Deleted the 'nil' identifier"
},
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
6
]
}
},
"summary": "Deleted 'false'"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
5
]
}
},
"summary": "Deleted 'true'"
}
]
},
"errors": {}
},
"filePaths": [
"pseudo_variables.rb"
],
2016-10-27 18:30:34 +03:00
"sha1": "9b717d85a224519979fa0128af828a69545ac700",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 18:30:34 +03:00
"sha2": "b6c036163085c87661dcba91135639315d4d98c2"
2016-10-24 20:43:31 +03:00
}
,{
"testCaseDescription": "ruby-pseudo_variables-delete-rest-test",
"expectedResult": {
"changes": {
"pseudo_variables.rb": [
{
"span": {
"delete": {
"start": [
2,
1
],
"end": [
2,
4
]
}
},
"summary": "Deleted 'NIL' identifier"
},
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
5
]
}
},
"summary": "Deleted 'TRUE'"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
6
]
}
},
"summary": "Deleted 'FALSE'"
}
]
},
"errors": {}
},
"filePaths": [
"pseudo_variables.rb"
],
2016-10-27 18:30:34 +03:00
"sha1": "b6c036163085c87661dcba91135639315d4d98c2",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 18:30:34 +03:00
"sha2": "a66bc17a196ef7f1e94fba7503cb879f3327a8f4"
2016-10-24 20:43:31 +03:00
}]