1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00
semantic/test/fixtures/cli/diff.json

15 lines
240 B
JSON
Raw Normal View History

2017-05-17 22:47:45 +03:00
{
"blobs": [{
"before": {
2017-05-17 23:34:09 +03:00
"path": "method.rb",
2017-05-17 22:47:45 +03:00
"content": "def foo; end",
"language": "Ruby"
},
"after": {
2017-05-17 23:34:09 +03:00
"path": "method.rb",
2017-05-17 22:47:45 +03:00
"content": "def bar(x); end",
"language": "Ruby"
}
}]
}