1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/test/corpus/diff-summaries/javascript/function.json

309 lines
9.6 KiB
JSON
Raw Normal View History

2016-10-11 18:12:20 +03:00
[{
"testCaseDescription": "javascript-function-insert-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"name": "function.js",
"end": [
1,
31
]
}
},
"summary": "Added an anonymous(arg1, arg2) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-11 19:00:34 +03:00
"sha1": "0921c7be9afb30bdf6fa3861d12c20a87ae67736",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:00:34 +03:00
"sha2": "c14206873e94c5b71dcaef2a68cc885f9fe02438"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-replacement-insert-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"name": "function.js",
"end": [
1,
31
]
}
},
"summary": "Added an anonymous(arg1, arg2) function",
"tag": "JSONSummary"
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"name": "function.js",
"end": [
2,
31
]
}
},
"summary": "Added an anonymous(arg1, arg2) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-11 19:00:34 +03:00
"sha1": "c14206873e94c5b71dcaef2a68cc885f9fe02438",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:00:34 +03:00
"sha2": "be57190fb1f51d913dfeb73c34d00dc57fcb1872"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-delete-insert-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
24
],
"name": "function.js",
"end": [
1,
28
]
},
{
"start": [
1,
24
],
"name": "function.js",
"end": [
1,
28
]
}
]
},
"summary": "Replaced the 'arg1' identifier with the 'arg2' identifier",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-11 19:00:34 +03:00
"sha1": "be57190fb1f51d913dfeb73c34d00dc57fcb1872",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:00:34 +03:00
"sha2": "fbadfc3fbbde8967568595bb4675ddc476126daf"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-replacement-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
24
],
"name": "function.js",
"end": [
1,
28
]
},
{
"start": [
1,
24
],
"name": "function.js",
"end": [
1,
28
]
}
]
},
"summary": "Replaced the 'arg2' identifier with the 'arg1' identifier",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-11 19:00:34 +03:00
"sha1": "fbadfc3fbbde8967568595bb4675ddc476126daf",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:00:34 +03:00
"sha2": "57f9bf7c0a45a4f94d567465b6b977343d32f50b"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-delete-replacement-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"name": "function.js",
"end": [
1,
31
]
}
},
"summary": "Deleted an anonymous(arg1, arg2) function",
"tag": "JSONSummary"
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"name": "function.js",
"end": [
2,
31
]
}
},
"summary": "Deleted an anonymous(arg1, arg2) function",
"tag": "JSONSummary"
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"name": "function.js",
"end": [
2,
31
]
}
},
"summary": "Added an anonymous(arg1, arg2) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-11 19:00:34 +03:00
"sha1": "57f9bf7c0a45a4f94d567465b6b977343d32f50b",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:00:34 +03:00
"sha2": "d35302be0f16f464cc4d0097a751e65d00abc9a1"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-delete-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"name": "function.js",
"end": [
1,
31
]
}
},
"summary": "Deleted an anonymous(arg1, arg2) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-11 19:00:34 +03:00
"sha1": "d35302be0f16f464cc4d0097a751e65d00abc9a1",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:00:34 +03:00
"sha2": "0e0a3468af5fc91169f996a1334b146594d1e795"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-function-delete-rest-test",
"expectedResult": {
"changes": {
"function.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"name": "function.js",
"end": [
1,
31
]
}
},
"summary": "Deleted an anonymous(arg1, arg2) function",
"tag": "JSONSummary"
}
]
},
"errors": {}
},
"filePaths": [
"function.js"
],
2016-10-11 19:00:34 +03:00
"sha1": "0e0a3468af5fc91169f996a1334b146594d1e795",
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
2016-10-11 19:00:34 +03:00
"sha2": "2327a0433e3123ddf19226ee5172c928f24b3af1"
2016-10-11 18:12:20 +03:00
}]