1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00
semantic/test/fixtures/cli/diff-tree.toc.json

28 lines
486 B
JSON
Raw Normal View History

{
2019-02-16 00:34:05 +03:00
"files": [
{
2019-02-16 00:34:05 +03:00
"path": "test/fixtures/ruby/corpus/method-declaration.A.rb -> test/fixtures/ruby/corpus/method-declaration.B.rb",
"changes": [
{
"span":
{
2019-02-16 00:34:05 +03:00
"start":
{
"line": 1,
"column": 1
},
"end":
{
"line": 3,
"column": 4
}
},
"category": "Method",
"term": "bar",
2019-02-16 00:34:05 +03:00
"changeType": "Modified"
}],
"language": "Ruby",
"errors": []
}]
}