1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
semantic/test/corpus/generated/new_ruby.json
2016-11-10 15:47:18 -08:00

15 lines
356 B
JSON

[
{
"language": "ruby",
"fileExt": ".rb",
"repoUrl": "https://github.com/diff-fixtures/ruby.git",
"syntaxes": [
{
"syntax": "hash",
"insert": "{ :key1 => \"value\", :key2 => 1, \"key3\" => false, :\"symbol_key\" => 10 }",
"replacement": "{ key1: \"changed value\", key2: 2, key3: true }"
}
]
}
]