1
1
mirror of https://github.com/github/semantic.git synced 2024-12-03 00:16:52 +03:00
semantic/test/fixtures/cli/diff-null-before.json

11 lines
152 B
JSON
Raw Normal View History

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