1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00
semantic/test/corpus/diff-summaries/ruby/method-invocation.json
2016-11-02 10:52:40 -07:00

623 lines
19 KiB
JSON

[{
"testCaseDescription": "ruby-method-invocation-insert-test",
"expectedResult": {
"changes": {
"method-invocation.rb": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
1,
6
]
}
},
"summary": "Added the 'print' identifier"
},
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
8
]
}
},
"summary": "Added the 'foo.bar' member access"
},
{
"span": {
"insert": {
"start": [
3,
1
],
"end": [
3,
4
]
}
},
"summary": "Added the 'bar' identifier"
}
]
},
"errors": {}
},
"filePaths": [
"method-invocation.rb"
],
"sha1": "3cd95dc9b3a4cc6e0dbeb10786b8eca868e04d94",
"gitDir": "test/corpus/repos/ruby",
"sha2": "fa3c6ee7bfbf7ed8dc82e05046bc93a661fe6b04"
}
,{
"testCaseDescription": "ruby-method-invocation-replacement-insert-test",
"expectedResult": {
"changes": {
"method-invocation.rb": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
1,
21
]
}
},
"summary": "Added the 'print(\"hello world\")' function call"
},
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
10
]
}
},
"summary": "Added the 'foo.bar()' function call"
},
{
"span": {
"insert": {
"start": [
3,
1
],
"end": [
3,
9
]
}
},
"summary": "Added the 'bar(2, 3)' function call"
},
{
"span": {
"insert": {
"start": [
4,
1
],
"end": [
4,
10
]
}
},
"summary": "Added the 'bar(2, 3)' function call"
},
{
"span": {
"insert": {
"start": [
5,
1
],
"end": [
5,
6
]
}
},
"summary": "Added the 'print' identifier"
},
{
"span": {
"insert": {
"start": [
6,
1
],
"end": [
6,
8
]
}
},
"summary": "Added the 'foo.bar' member access"
},
{
"span": {
"insert": {
"start": [
7,
1
],
"end": [
7,
4
]
}
},
"summary": "Added the 'bar' identifier"
}
]
},
"errors": {}
},
"filePaths": [
"method-invocation.rb"
],
"sha1": "fa3c6ee7bfbf7ed8dc82e05046bc93a661fe6b04",
"gitDir": "test/corpus/repos/ruby",
"sha2": "c468cb00ce81200242b79dc5adba359f2bc2ffbd"
}
,{
"testCaseDescription": "ruby-method-invocation-delete-insert-test",
"expectedResult": {
"changes": {
"method-invocation.rb": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
1,
6
]
}
},
"summary": "Added the 'print' identifier"
},
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
8
]
}
},
"summary": "Added the 'foo.bar' member access"
},
{
"span": {
"insert": {
"start": [
3,
1
],
"end": [
3,
4
]
}
},
"summary": "Added the 'bar' identifier"
},
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
21
]
}
},
"summary": "Deleted the 'print(\"hello world\")' function call"
},
{
"span": {
"delete": {
"start": [
2,
1
],
"end": [
2,
10
]
}
},
"summary": "Deleted the 'foo.bar()' function call"
},
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
9
]
}
},
"summary": "Deleted the 'bar(2, 3)' function call"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
10
]
}
},
"summary": "Deleted the 'bar(2, 3)' function call"
}
]
},
"errors": {}
},
"filePaths": [
"method-invocation.rb"
],
"sha1": "c468cb00ce81200242b79dc5adba359f2bc2ffbd",
"gitDir": "test/corpus/repos/ruby",
"sha2": "111a936684bb452f09bfd21b5cbe7d6770acaa8c"
}
,{
"testCaseDescription": "ruby-method-invocation-replacement-test",
"expectedResult": {
"changes": {
"method-invocation.rb": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
1,
21
]
}
},
"summary": "Added the 'print(\"hello world\")' function call"
},
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
10
]
}
},
"summary": "Added the 'foo.bar()' function call"
},
{
"span": {
"insert": {
"start": [
3,
1
],
"end": [
3,
9
]
}
},
"summary": "Added the 'bar(2, 3)' function call"
},
{
"span": {
"insert": {
"start": [
4,
1
],
"end": [
4,
10
]
}
},
"summary": "Added the 'bar(2, 3)' function call"
},
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
6
]
}
},
"summary": "Deleted the 'print' identifier"
},
{
"span": {
"delete": {
"start": [
2,
1
],
"end": [
2,
8
]
}
},
"summary": "Deleted the 'foo.bar' member access"
},
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
4
]
}
},
"summary": "Deleted the 'bar' identifier"
}
]
},
"errors": {}
},
"filePaths": [
"method-invocation.rb"
],
"sha1": "111a936684bb452f09bfd21b5cbe7d6770acaa8c",
"gitDir": "test/corpus/repos/ruby",
"sha2": "06668d37de3de5f025c3fdb76824a2cb1131d17b"
}
,{
"testCaseDescription": "ruby-method-invocation-delete-replacement-test",
"expectedResult": {
"changes": {
"method-invocation.rb": [
{
"span": {
"delete": {
"start": [
8,
1
],
"end": [
8,
6
]
}
},
"summary": "Deleted the 'print' identifier"
},
{
"span": {
"delete": {
"start": [
9,
1
],
"end": [
9,
8
]
}
},
"summary": "Deleted the 'foo.bar' member access"
},
{
"span": {
"delete": {
"start": [
10,
1
],
"end": [
10,
4
]
}
},
"summary": "Deleted the 'bar' identifier"
}
]
},
"errors": {}
},
"filePaths": [
"method-invocation.rb"
],
"sha1": "06668d37de3de5f025c3fdb76824a2cb1131d17b",
"gitDir": "test/corpus/repos/ruby",
"sha2": "0718f061676d83d7502e4e244feea637aef24d4c"
}
,{
"testCaseDescription": "ruby-method-invocation-delete-test",
"expectedResult": {
"changes": {
"method-invocation.rb": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
6
]
}
},
"summary": "Deleted the 'print' identifier"
},
{
"span": {
"delete": {
"start": [
2,
1
],
"end": [
2,
8
]
}
},
"summary": "Deleted the 'foo.bar' member access"
},
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
4
]
}
},
"summary": "Deleted the 'bar' identifier"
}
]
},
"errors": {}
},
"filePaths": [
"method-invocation.rb"
],
"sha1": "0718f061676d83d7502e4e244feea637aef24d4c",
"gitDir": "test/corpus/repos/ruby",
"sha2": "92bcaceeb8adf38979d7ac4e0110ed7923649d5c"
}
,{
"testCaseDescription": "ruby-method-invocation-delete-rest-test",
"expectedResult": {
"changes": {
"method-invocation.rb": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
21
]
}
},
"summary": "Deleted the 'print(\"hello world\")' function call"
},
{
"span": {
"delete": {
"start": [
2,
1
],
"end": [
2,
10
]
}
},
"summary": "Deleted the 'foo.bar()' function call"
},
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
9
]
}
},
"summary": "Deleted the 'bar(2, 3)' function call"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
10
]
}
},
"summary": "Deleted the 'bar(2, 3)' function call"
}
]
},
"errors": {}
},
"filePaths": [
"method-invocation.rb"
],
"sha1": "92bcaceeb8adf38979d7ac4e0110ed7923649d5c",
"gitDir": "test/corpus/repos/ruby",
"sha2": "bb70f837f1c22fd8e973e46a7e6cb497139d97c4"
}]