mirror of
https://github.com/github/semantic.git
synced 2024-12-19 04:41:47 +03:00
28 lines
486 B
JSON
28 lines
486 B
JSON
{
|
|
"files": [
|
|
{
|
|
"path": "test/fixtures/ruby/corpus/method-declaration.A.rb -> test/fixtures/ruby/corpus/method-declaration.B.rb",
|
|
"changes": [
|
|
{
|
|
"span":
|
|
{
|
|
"start":
|
|
{
|
|
"line": 1,
|
|
"column": 1
|
|
},
|
|
"end":
|
|
{
|
|
"line": 3,
|
|
"column": 4
|
|
}
|
|
},
|
|
"category": "Method",
|
|
"term": "bar",
|
|
"changeType": "Modified"
|
|
}],
|
|
"language": "Ruby",
|
|
"errors": []
|
|
}]
|
|
}
|