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

27 lines
468 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",
2019-03-12 01:32:15 +03:00
"language": "Ruby",
2019-02-16 00:34:05 +03:00
"changes": [
{
2019-03-12 01:32:15 +03:00
"category": "Method",
"term": "bar",
"span":
{
2019-02-16 00:34:05 +03:00
"start":
{
"line": 1,
"column": 1
},
"end":
{
"line": 3,
"column": 4
}
},
2019-03-12 01:32:15 +03:00
"changeType": "MODIFIED"
}]
2019-02-16 00:34:05 +03:00
}]
}