1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +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 00:32:08 +03:00
"sha1": "ac5930f9317e05528fc816eb670e9e141b9df14b",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 00:32:08 +03:00
"sha2": "c54bc8d59a4066b3b0d7db1668d3de70478db2a5"
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 00:32:08 +03:00
"sha1": "c54bc8d59a4066b3b0d7db1668d3de70478db2a5",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 00:32:08 +03:00
"sha2": "9f196d0bccff3c27d1bb2cd8e5a116a6350b3a22"
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 00:32:08 +03:00
"sha1": "9f196d0bccff3c27d1bb2cd8e5a116a6350b3a22",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 00:32:08 +03:00
"sha2": "759b9a23506b6eea4616b3920057da3f68443a88"
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 00:32:08 +03:00
"sha1": "759b9a23506b6eea4616b3920057da3f68443a88",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 00:32:08 +03:00
"sha2": "e3b510ba825ae90505a6982021756fe659e00434"
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 00:32:08 +03:00
"sha1": "e3b510ba825ae90505a6982021756fe659e00434",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 00:32:08 +03:00
"sha2": "47eb3e2c180c2861b0909af5e0ab104f3c89aef2"
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 00:32:08 +03:00
"sha1": "47eb3e2c180c2861b0909af5e0ab104f3c89aef2",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 00:32:08 +03:00
"sha2": "cb5b579d76471455c716a277b5f50246072fe407"
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 00:32:08 +03:00
"sha1": "cb5b579d76471455c716a277b5f50246072fe407",
2016-10-24 20:43:31 +03:00
"gitDir": "test/corpus/repos/ruby",
2016-10-27 00:32:08 +03:00
"sha2": "20bd7a3532cc496c79866bd56cfc70f92d9b361f"
2016-10-24 20:43:31 +03:00
}]