1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00
semantic/test/fixtures/input/diff.json
2017-05-17 14:03:08 -07:00

15 lines
240 B
JSON

{
"blobs": [{
"before": {
"path": "method.rb",
"content": "def foo; end",
"language": "Ruby"
},
"after": {
"path": "method.rb",
"content": "def bar(x); end",
"language": "Ruby"
}
}]
}