mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
No longer needed
This commit is contained in:
parent
6d32be890f
commit
947a7f1602
@ -1,262 +0,0 @@
|
||||
[{
|
||||
"testCaseDescription": "ruby-begin-insert-test",
|
||||
"expectedResult": {
|
||||
"changes": {
|
||||
"begin.rb": [
|
||||
{
|
||||
"span": {
|
||||
"insert": {
|
||||
"start": [
|
||||
1,
|
||||
1
|
||||
],
|
||||
"end": [
|
||||
2,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added a begin statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
"errors": {}
|
||||
},
|
||||
"filePaths": [
|
||||
"begin.rb"
|
||||
],
|
||||
"sha1": "ce1c0def9460d28b4eaef38a52d16af8d0d78a7a",
|
||||
"gitDir": "test/corpus/repos/ruby",
|
||||
"sha2": "cf00e66572d01b61a048a7fbf8788d04995bee6d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "ruby-begin-replacement-insert-test",
|
||||
"expectedResult": {
|
||||
"changes": {
|
||||
"begin.rb": [
|
||||
{
|
||||
"span": {
|
||||
"insert": {
|
||||
"start": [
|
||||
1,
|
||||
1
|
||||
],
|
||||
"end": [
|
||||
3,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added a begin statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
"insert": {
|
||||
"start": [
|
||||
4,
|
||||
1
|
||||
],
|
||||
"end": [
|
||||
5,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added a begin statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
"errors": {}
|
||||
},
|
||||
"filePaths": [
|
||||
"begin.rb"
|
||||
],
|
||||
"sha1": "cf00e66572d01b61a048a7fbf8788d04995bee6d",
|
||||
"gitDir": "test/corpus/repos/ruby",
|
||||
"sha2": "3f19cee364384a71061eafae8494acfedf3690d9"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "ruby-begin-delete-insert-test",
|
||||
"expectedResult": {
|
||||
"changes": {
|
||||
"begin.rb": [
|
||||
{
|
||||
"span": {
|
||||
"delete": {
|
||||
"start": [
|
||||
2,
|
||||
3
|
||||
],
|
||||
"end": [
|
||||
2,
|
||||
8
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'foo()' function call in a begin statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
"errors": {}
|
||||
},
|
||||
"filePaths": [
|
||||
"begin.rb"
|
||||
],
|
||||
"sha1": "3f19cee364384a71061eafae8494acfedf3690d9",
|
||||
"gitDir": "test/corpus/repos/ruby",
|
||||
"sha2": "d590dfd44d464a5576b2fd278482c69bdfc94903"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "ruby-begin-replacement-test",
|
||||
"expectedResult": {
|
||||
"changes": {
|
||||
"begin.rb": [
|
||||
{
|
||||
"span": {
|
||||
"insert": {
|
||||
"start": [
|
||||
2,
|
||||
3
|
||||
],
|
||||
"end": [
|
||||
2,
|
||||
8
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'foo()' function call in a begin statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
"errors": {}
|
||||
},
|
||||
"filePaths": [
|
||||
"begin.rb"
|
||||
],
|
||||
"sha1": "d590dfd44d464a5576b2fd278482c69bdfc94903",
|
||||
"gitDir": "test/corpus/repos/ruby",
|
||||
"sha2": "7264bec0192d8e06f0aaaa727ee1e60dd55c400c"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "ruby-begin-delete-replacement-test",
|
||||
"expectedResult": {
|
||||
"changes": {
|
||||
"begin.rb": [
|
||||
{
|
||||
"span": {
|
||||
"delete": {
|
||||
"start": [
|
||||
1,
|
||||
1
|
||||
],
|
||||
"end": [
|
||||
3,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted a begin statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
"delete": {
|
||||
"start": [
|
||||
4,
|
||||
1
|
||||
],
|
||||
"end": [
|
||||
5,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted a begin statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
"insert": {
|
||||
"start": [
|
||||
3,
|
||||
1
|
||||
],
|
||||
"end": [
|
||||
5,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added a begin statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
"errors": {}
|
||||
},
|
||||
"filePaths": [
|
||||
"begin.rb"
|
||||
],
|
||||
"sha1": "7264bec0192d8e06f0aaaa727ee1e60dd55c400c",
|
||||
"gitDir": "test/corpus/repos/ruby",
|
||||
"sha2": "da0a142e4cfc94565cbde4000fa5f77554500a8a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "ruby-begin-delete-test",
|
||||
"expectedResult": {
|
||||
"changes": {
|
||||
"begin.rb": [
|
||||
{
|
||||
"span": {
|
||||
"delete": {
|
||||
"start": [
|
||||
1,
|
||||
1
|
||||
],
|
||||
"end": [
|
||||
2,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted a begin statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
"errors": {}
|
||||
},
|
||||
"filePaths": [
|
||||
"begin.rb"
|
||||
],
|
||||
"sha1": "da0a142e4cfc94565cbde4000fa5f77554500a8a",
|
||||
"gitDir": "test/corpus/repos/ruby",
|
||||
"sha2": "b4ce6198f8e856fbaeeed5db1e593d6340124b66"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "ruby-begin-delete-rest-test",
|
||||
"expectedResult": {
|
||||
"changes": {
|
||||
"begin.rb": [
|
||||
{
|
||||
"span": {
|
||||
"delete": {
|
||||
"start": [
|
||||
1,
|
||||
1
|
||||
],
|
||||
"end": [
|
||||
3,
|
||||
4
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted a begin statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
"errors": {}
|
||||
},
|
||||
"filePaths": [
|
||||
"begin.rb"
|
||||
],
|
||||
"sha1": "b4ce6198f8e856fbaeeed5db1e593d6340124b66",
|
||||
"gitDir": "test/corpus/repos/ruby",
|
||||
"sha2": "7b6af2586beb21bf33227b781a0b07d9d074c81a"
|
||||
}]
|
Loading…
Reference in New Issue
Block a user