1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
semantic/test/corpus/diff-summaries/javascript/anonymous-function.json
2016-10-11 15:13:51 -04:00

465 lines
15 KiB
JSON

[{
"testCaseDescription": "javascript-anonymous-function-insert-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
1,
32
]
}
},
"summary": "Added an anonymous(a, b) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "9a3c8e5bfb1ca123cfbbeefbe9069ecc0bb85fa4",
"gitDir": "test/corpus/repos/javascript",
"sha2": "499d32d46d3eb5785dbb27e3b56a0894823ee9dd"
}
,{
"testCaseDescription": "javascript-anonymous-function-replacement-insert-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
1,
32
]
}
},
"summary": "Added an anonymous(b, c) function",
"tag": "JSONSummary"
},
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
32
]
}
},
"summary": "Added an anonymous(a, b) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "499d32d46d3eb5785dbb27e3b56a0894823ee9dd",
"gitDir": "test/corpus/repos/javascript",
"sha2": "20922f45f08fe649a067e60016ed60a67c2c1c7e"
}
,{
"testCaseDescription": "javascript-anonymous-function-delete-insert-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"replace": [
{
"start": [
1,
10
],
"end": [
1,
11
]
},
{
"start": [
1,
10
],
"end": [
1,
11
]
}
]
},
"summary": "Replaced the 'b' identifier with the 'a' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
12
],
"end": [
1,
13
]
},
{
"start": [
1,
12
],
"end": [
1,
13
]
}
]
},
"summary": "Replaced the 'c' identifier with the 'b' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
24
],
"end": [
1,
25
]
},
{
"start": [
1,
24
],
"end": [
1,
25
]
}
]
},
"summary": "Replaced the 'b' identifier with the 'a' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
28
],
"end": [
1,
29
]
},
{
"start": [
1,
28
],
"end": [
1,
29
]
}
]
},
"summary": "Replaced the 'c' identifier with the 'b' identifier",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "20922f45f08fe649a067e60016ed60a67c2c1c7e",
"gitDir": "test/corpus/repos/javascript",
"sha2": "6fc93b6614e4cfff72463ca12e9987c14fb24c6f"
}
,{
"testCaseDescription": "javascript-anonymous-function-replacement-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"replace": [
{
"start": [
1,
10
],
"end": [
1,
11
]
},
{
"start": [
1,
10
],
"end": [
1,
11
]
}
]
},
"summary": "Replaced the 'a' identifier with the 'b' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
12
],
"end": [
1,
13
]
},
{
"start": [
1,
12
],
"end": [
1,
13
]
}
]
},
"summary": "Replaced the 'b' identifier with the 'c' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
24
],
"end": [
1,
25
]
},
{
"start": [
1,
24
],
"end": [
1,
25
]
}
]
},
"summary": "Replaced the 'a' identifier with the 'b' identifier",
"tag": "JSONSummary"
},
{
"span": {
"replace": [
{
"start": [
1,
28
],
"end": [
1,
29
]
},
{
"start": [
1,
28
],
"end": [
1,
29
]
}
]
},
"summary": "Replaced the 'b' identifier with the 'c' identifier",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "6fc93b6614e4cfff72463ca12e9987c14fb24c6f",
"gitDir": "test/corpus/repos/javascript",
"sha2": "c6ba2db9ae426f80263c615cc53d465d3e20417b"
}
,{
"testCaseDescription": "javascript-anonymous-function-delete-replacement-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
32
]
}
},
"summary": "Deleted an anonymous(b, c) function",
"tag": "JSONSummary"
},
{
"span": {
"delete": {
"start": [
2,
1
],
"end": [
2,
32
]
}
},
"summary": "Deleted an anonymous(a, b) function",
"tag": "JSONSummary"
},
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
32
]
}
},
"summary": "Added an anonymous(b, c) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "c6ba2db9ae426f80263c615cc53d465d3e20417b",
"gitDir": "test/corpus/repos/javascript",
"sha2": "95ca98c8ae2cc3b0eac592b39529678fbc60cb5e"
}
,{
"testCaseDescription": "javascript-anonymous-function-delete-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
32
]
}
},
"summary": "Deleted an anonymous(a, b) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "95ca98c8ae2cc3b0eac592b39529678fbc60cb5e",
"gitDir": "test/corpus/repos/javascript",
"sha2": "fdc9c77b584391d5efc4ee112d766985422eccc3"
}
,{
"testCaseDescription": "javascript-anonymous-function-delete-rest-test",
"expectedResult": {
"changes": {
"anonymous-function.js": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
1,
32
]
}
},
"summary": "Deleted an anonymous(b, c) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"anonymous-function.js"
],
"sha1": "fdc9c77b584391d5efc4ee112d766985422eccc3",
"gitDir": "test/corpus/repos/javascript",
"sha2": "d4b2414c028e39dae3876a16e6b0b213320be351"
}]