1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
semantic/test/corpus/diff-summaries/javascript/void-operator.json

348 lines
10 KiB
JSON
Raw Normal View History

2016-10-11 18:12:20 +03:00
[{
"testCaseDescription": "javascript-void-operator-insert-test",
"expectedResult": {
"changes": {
"void-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
9
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'void b()' operator"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"void-operator.js"
],
"patch": [
"diff --git a/void-operator.js b/void-operator.js",
"index e69de29..02aa750 100644",
"--- a/void-operator.js",
"+++ b/void-operator.js",
"@@ -0,0 +1 @@",
"+void b()"
],
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
"shas": "56f88d5286e94da2b11b7f6d0a35aa836d4f5921..090251ad4b6d167fb4a8ada452c235f6ef453446"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-void-operator-replacement-insert-test",
"expectedResult": {
"changes": {
"void-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
9
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'void c()' operator"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"end": [
2,
9
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'void b()' operator"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"void-operator.js"
],
"patch": [
"diff --git a/void-operator.js b/void-operator.js",
"index 02aa750..c493dc5 100644",
"--- a/void-operator.js",
"+++ b/void-operator.js",
"@@ -1 +1,3 @@",
"+void c()",
"+void b()",
" void b()"
],
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
"shas": "090251ad4b6d167fb4a8ada452c235f6ef453446..bf6411aac8dfb3eeb0f991114c7f48b390b61430"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-void-operator-delete-insert-test",
"expectedResult": {
"changes": {
"void-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
6
],
"end": [
1,
7
]
},
{
"start": [
1,
6
],
"end": [
1,
7
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the 'c' identifier with the 'b' identifier in the b() function call"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"void-operator.js"
],
"patch": [
"diff --git a/void-operator.js b/void-operator.js",
"index c493dc5..aae2f63 100644",
"--- a/void-operator.js",
"+++ b/void-operator.js",
"@@ -1,3 +1,3 @@",
"-void c()",
"+void b()",
" void b()",
" void b()"
],
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
"shas": "bf6411aac8dfb3eeb0f991114c7f48b390b61430..d00f222abddf5191477b57afc4101cf73ee16ec5"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-void-operator-replacement-test",
"expectedResult": {
"changes": {
"void-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"replace": [
2016-10-11 18:12:20 +03:00
{
"start": [
1,
6
],
"end": [
1,
7
]
},
{
"start": [
1,
6
],
"end": [
1,
7
]
}
]
},
2016-10-11 23:17:34 +03:00
"summary": "Replaced the 'b' identifier with the 'c' identifier in the c() function call"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"void-operator.js"
],
"patch": [
"diff --git a/void-operator.js b/void-operator.js",
"index aae2f63..c493dc5 100644",
"--- a/void-operator.js",
"+++ b/void-operator.js",
"@@ -1,3 +1,3 @@",
"-void b()",
"+void c()",
" void b()",
" void b()"
],
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
"shas": "d00f222abddf5191477b57afc4101cf73ee16ec5..36271b63277a1739ae109605f2f520baf14525b4"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-void-operator-delete-replacement-test",
"expectedResult": {
"changes": {
"void-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
9
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'void c()' operator"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"end": [
2,
9
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'void b()' operator"
2016-10-11 18:12:20 +03:00
},
{
"span": {
2016-10-11 18:54:47 +03:00
"insert": {
2016-10-11 18:12:20 +03:00
"start": [
2,
1
],
"end": [
2,
9
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Added the 'void c()' operator"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"void-operator.js"
],
"patch": [
"diff --git a/void-operator.js b/void-operator.js",
"index c493dc5..738c34a 100644",
"--- a/void-operator.js",
"+++ b/void-operator.js",
"@@ -1,3 +1,2 @@",
"-void c()",
"-void b()",
" void b()",
"+void c()"
],
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
"shas": "36271b63277a1739ae109605f2f520baf14525b4..350bf156c704fb4f26d0ada86678e654d40d70cc"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-void-operator-delete-test",
"expectedResult": {
"changes": {
"void-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
9
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'void b()' operator"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"void-operator.js"
],
"patch": [
"diff --git a/void-operator.js b/void-operator.js",
"index 738c34a..8e9ceba 100644",
"--- a/void-operator.js",
"+++ b/void-operator.js",
"@@ -1,2 +1 @@",
"-void b()",
" void c()"
],
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
"shas": "350bf156c704fb4f26d0ada86678e654d40d70cc..684600d4371b29448fa610da1a5e4d2d7710c3aa"
2016-10-11 18:12:20 +03:00
}
,{
"testCaseDescription": "javascript-void-operator-delete-rest-test",
"expectedResult": {
"changes": {
"void-operator.js": [
{
"span": {
2016-10-11 18:54:47 +03:00
"delete": {
2016-10-11 18:12:20 +03:00
"start": [
1,
1
],
"end": [
1,
9
]
}
},
2016-10-11 23:17:34 +03:00
"summary": "Deleted the 'void c()' operator"
2016-10-11 18:12:20 +03:00
}
]
},
"errors": {}
},
"filePaths": [
"void-operator.js"
],
"patch": [
"diff --git a/void-operator.js b/void-operator.js",
"index 8e9ceba..e69de29 100644",
"--- a/void-operator.js",
"+++ b/void-operator.js",
"@@ -1 +0,0 @@",
"-void c()"
],
2016-10-11 18:12:20 +03:00
"gitDir": "test/corpus/repos/javascript",
"shas": "684600d4371b29448fa610da1a5e4d2d7710c3aa..5da04c6d20aa6fdedbc205bf855829ccd10687f3"
2016-10-11 18:12:20 +03:00
}]