1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00
semantic/test/corpus/diff-summaries/javascript/anonymous-function.json

489 lines
17 KiB
JSON

[{
"testCaseDescription": "javascript-anonymous-function-insert-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"insert": {
"start": [
1,
1
],
"filepath": "anonymous-function.js",
"end": [
1,
32
]
}
},
"summary": "Added an anonymous(a, b) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "b33f47fbe6d253fd1ee502cda8ef5cd4bd771b42",
"gitDir": "test/corpus/repos/javascript",
"sha2": "864f71e7429b9e61840bded79c38a88a497f0a30"
}
,{
"testCaseDescription": "javascript-anonymous-function-replacement-insert-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"insert": {
"start": [
1,
1
],
"filepath": "anonymous-function.js",
"end": [
1,
32
]
}
},
"summary": "Added an anonymous(b, c) function",
"tag": "JSONSummary"
},
{
"span": {
"insert": {
"start": [
2,
1
],
"filepath": "anonymous-function.js",
"end": [
2,
32
]
}
},
"summary": "Added an anonymous(a, b) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "864f71e7429b9e61840bded79c38a88a497f0a30",
"gitDir": "test/corpus/repos/javascript",
"sha2": "d03a926d4d05c1a255a7a0cfc9b56d47d78ae9bb"
}
,{
"testCaseDescription": "javascript-anonymous-function-delete-insert-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"replace": [
{
"start": [
1,
10
],
"filepath": "anonymous-function.js",
"end": [
1,
11
]
},
{
"start": [
1,
10
],
"filepath": "anonymous-function.js",
"end": [
1,
11
]
}
]
},
"summary": "Replaced the 'b' identifier with the 'a' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
12
],
"filepath": "anonymous-function.js",
"end": [
1,
13
]
},
{
"start": [
1,
12
],
"filepath": "anonymous-function.js",
"end": [
1,
13
]
}
]
},
"summary": "Replaced the 'c' identifier with the 'b' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
24
],
"filepath": "anonymous-function.js",
"end": [
1,
25
]
},
{
"start": [
1,
24
],
"filepath": "anonymous-function.js",
"end": [
1,
25
]
}
]
},
"summary": "Replaced the 'b' identifier with the 'a' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
28
],
"filepath": "anonymous-function.js",
"end": [
1,
29
]
},
{
"start": [
1,
28
],
"filepath": "anonymous-function.js",
"end": [
1,
29
]
}
]
},
"summary": "Replaced the 'c' identifier with the 'b' identifier",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "d03a926d4d05c1a255a7a0cfc9b56d47d78ae9bb",
"gitDir": "test/corpus/repos/javascript",
"sha2": "17f190c1e1d695127ad44863ac2d576475829a7a"
}
,{
"testCaseDescription": "javascript-anonymous-function-replacement-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"replace": [
{
"start": [
1,
10
],
"filepath": "anonymous-function.js",
"end": [
1,
11
]
},
{
"start": [
1,
10
],
"filepath": "anonymous-function.js",
"end": [
1,
11
]
}
]
},
"summary": "Replaced the 'a' identifier with the 'b' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
12
],
"filepath": "anonymous-function.js",
"end": [
1,
13
]
},
{
"start": [
1,
12
],
"filepath": "anonymous-function.js",
"end": [
1,
13
]
}
]
},
"summary": "Replaced the 'b' identifier with the 'c' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
24
],
"filepath": "anonymous-function.js",
"end": [
1,
25
]
},
{
"start": [
1,
24
],
"filepath": "anonymous-function.js",
"end": [
1,
25
]
}
]
},
"summary": "Replaced the 'a' identifier with the 'b' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
28
],
"filepath": "anonymous-function.js",
"end": [
1,
29
]
},
{
"start": [
1,
28
],
"filepath": "anonymous-function.js",
"end": [
1,
29
]
}
]
},
"summary": "Replaced the 'b' identifier with the 'c' identifier",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "17f190c1e1d695127ad44863ac2d576475829a7a",
"gitDir": "test/corpus/repos/javascript",
"sha2": "5220b599e5b17fd314a8dc74edca84ba8281599a"
}
,{
"testCaseDescription": "javascript-anonymous-function-delete-replacement-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"filepath": "anonymous-function.js",
"end": [
1,
32
]
}
},
"summary": "Deleted an anonymous(b, c) function",
"tag": "JSONSummary"
},
{
"span": {
"delete": {
"start": [
2,
1
],
"filepath": "anonymous-function.js",
"end": [
2,
32
]
}
},
"summary": "Deleted an anonymous(a, b) function",
"tag": "JSONSummary"
},
{
"span": {
"insert": {
"start": [
2,
1
],
"filepath": "anonymous-function.js",
"end": [
2,
32
]
}
},
"summary": "Added an anonymous(b, c) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "5220b599e5b17fd314a8dc74edca84ba8281599a",
"gitDir": "test/corpus/repos/javascript",
"sha2": "0988f0cf1f9e846e520a14e4dc888a20066ea290"
}
,{
"testCaseDescription": "javascript-anonymous-function-delete-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"filepath": "anonymous-function.js",
"end": [
1,
32
]
}
},
"summary": "Deleted an anonymous(a, b) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "0988f0cf1f9e846e520a14e4dc888a20066ea290",
"gitDir": "test/corpus/repos/javascript",
"sha2": "17e45825eb444ba6321dc4048296cb5e573d413d"
}
,{
"testCaseDescription": "javascript-anonymous-function-delete-rest-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"filepath": "anonymous-function.js",
"end": [
1,
32
]
}
},
"summary": "Deleted an anonymous(b, c) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "17e45825eb444ba6321dc4048296cb5e573d413d",
"gitDir": "test/corpus/repos/javascript",
"sha2": "9cc9092ea7c2d10872eda86185bbb47582e25811"
}]