mirror of
https://github.com/github/semantic.git
synced 2024-12-21 22:01:46 +03:00
297 lines
9.5 KiB
JSON
297 lines
9.5 KiB
JSON
[{
|
|
"testCaseDescription": "javascript-subscript-access-string-insert-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"subscript-access-string.js": [
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the 'x[\"some-string\"]' subscript access",
|
|
"tag": "JSONSummary"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"subscript-access-string.js"
|
|
],
|
|
"sha1": "055309ae7840b70d0f2d4d43ae7d46457f14ab9d",
|
|
"gitDir": "test/corpus/repos/javascript",
|
|
"sha2": "3f459d64b1020d0ca06e2f100b75f9f73c494a47"
|
|
}
|
|
,{
|
|
"testCaseDescription": "javascript-subscript-access-string-replacement-insert-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"subscript-access-string.js": [
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
23
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the 'x[\"some-other-string\"]' subscript access",
|
|
"tag": "JSONSummary"
|
|
},
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the 'x[\"some-string\"]' subscript access",
|
|
"tag": "JSONSummary"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"subscript-access-string.js"
|
|
],
|
|
"sha1": "3f459d64b1020d0ca06e2f100b75f9f73c494a47",
|
|
"gitDir": "test/corpus/repos/javascript",
|
|
"sha2": "01f74ece7b9229fc2dfd67d4d81dd7fa0c48b6ca"
|
|
}
|
|
,{
|
|
"testCaseDescription": "javascript-subscript-access-string-delete-insert-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"subscript-access-string.js": [
|
|
{
|
|
"span": {
|
|
"replace": [
|
|
{
|
|
"start": [
|
|
1,
|
|
3
|
|
],
|
|
"end": [
|
|
1,
|
|
22
|
|
]
|
|
},
|
|
{
|
|
"start": [
|
|
1,
|
|
3
|
|
],
|
|
"end": [
|
|
1,
|
|
16
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"summary": "Replaced the \"some-other-string\" string with the \"some-string\" string in the x[\"some-string\"] subscript access",
|
|
"tag": "JSONSummary"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"subscript-access-string.js"
|
|
],
|
|
"sha1": "01f74ece7b9229fc2dfd67d4d81dd7fa0c48b6ca",
|
|
"gitDir": "test/corpus/repos/javascript",
|
|
"sha2": "44e5b5a6ab3131846486eea2f5c9b6fd07cd78f9"
|
|
}
|
|
,{
|
|
"testCaseDescription": "javascript-subscript-access-string-replacement-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"subscript-access-string.js": [
|
|
{
|
|
"span": {
|
|
"replace": [
|
|
{
|
|
"start": [
|
|
1,
|
|
3
|
|
],
|
|
"end": [
|
|
1,
|
|
16
|
|
]
|
|
},
|
|
{
|
|
"start": [
|
|
1,
|
|
3
|
|
],
|
|
"end": [
|
|
1,
|
|
22
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"summary": "Replaced the \"some-string\" string with the \"some-other-string\" string in the x[\"some-other-string\"] subscript access",
|
|
"tag": "JSONSummary"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"subscript-access-string.js"
|
|
],
|
|
"sha1": "44e5b5a6ab3131846486eea2f5c9b6fd07cd78f9",
|
|
"gitDir": "test/corpus/repos/javascript",
|
|
"sha2": "c0709672fa207a2ceffe8c206b7bd7fa62f47f31"
|
|
}
|
|
,{
|
|
"testCaseDescription": "javascript-subscript-access-string-delete-replacement-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"subscript-access-string.js": [
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
23
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the 'x[\"some-other-string\"]' subscript access",
|
|
"tag": "JSONSummary"
|
|
},
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the 'x[\"some-string\"]' subscript access",
|
|
"tag": "JSONSummary"
|
|
},
|
|
{
|
|
"span": {
|
|
"insert": {
|
|
"start": [
|
|
2,
|
|
1
|
|
],
|
|
"end": [
|
|
2,
|
|
23
|
|
]
|
|
}
|
|
},
|
|
"summary": "Added the 'x[\"some-other-string\"]' subscript access",
|
|
"tag": "JSONSummary"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"subscript-access-string.js"
|
|
],
|
|
"sha1": "c0709672fa207a2ceffe8c206b7bd7fa62f47f31",
|
|
"gitDir": "test/corpus/repos/javascript",
|
|
"sha2": "1b7e1b1f1f8ceb744c0dd33891f3450b959244ec"
|
|
}
|
|
,{
|
|
"testCaseDescription": "javascript-subscript-access-string-delete-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"subscript-access-string.js": [
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
17
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the 'x[\"some-string\"]' subscript access",
|
|
"tag": "JSONSummary"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"subscript-access-string.js"
|
|
],
|
|
"sha1": "1b7e1b1f1f8ceb744c0dd33891f3450b959244ec",
|
|
"gitDir": "test/corpus/repos/javascript",
|
|
"sha2": "e20ee48f0142390f566a98632a95bd2b359d6ee9"
|
|
}
|
|
,{
|
|
"testCaseDescription": "javascript-subscript-access-string-delete-rest-test",
|
|
"expectedResult": {
|
|
"changes": {
|
|
"subscript-access-string.js": [
|
|
{
|
|
"span": {
|
|
"delete": {
|
|
"start": [
|
|
1,
|
|
1
|
|
],
|
|
"end": [
|
|
1,
|
|
23
|
|
]
|
|
}
|
|
},
|
|
"summary": "Deleted the 'x[\"some-other-string\"]' subscript access",
|
|
"tag": "JSONSummary"
|
|
}
|
|
]
|
|
},
|
|
"errors": {}
|
|
},
|
|
"filePaths": [
|
|
"subscript-access-string.js"
|
|
],
|
|
"sha1": "e20ee48f0142390f566a98632a95bd2b359d6ee9",
|
|
"gitDir": "test/corpus/repos/javascript",
|
|
"sha2": "14ac6caff6e171f4fac4e19d763b702382e888f0"
|
|
}]
|