2016-10-21 23:55:00 +03:00
|
|
|
[{
|
|
|
|
"testCaseDescription": "ruby-interpolation-insert-test",
|
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb": [
|
2016-10-21 23:55:00 +03:00
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
1,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
1,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the 'bar' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
2,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
2,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the 'bar' identifier"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"errors": {}
|
|
|
|
},
|
|
|
|
"filePaths": [
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb"
|
2016-10-21 23:55:00 +03:00
|
|
|
],
|
2016-11-04 01:41:59 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/interpolation.rb b/interpolation.rb",
|
|
|
|
"index e69de29..a37ad45 100644",
|
|
|
|
"--- a/interpolation.rb",
|
|
|
|
"+++ b/interpolation.rb",
|
|
|
|
"@@ -0,0 +1,2 @@",
|
|
|
|
"+:\"foo #{bar}\"",
|
|
|
|
"+\"foo #{bar}\""
|
|
|
|
],
|
2016-10-21 23:55:00 +03:00
|
|
|
"gitDir": "test/corpus/repos/ruby",
|
2017-02-06 18:44:04 +03:00
|
|
|
"shas": "57121851289086218aea914888bd04b3ab064716..c2ba702430f25eb241e30acdb7764fd422b1d989"
|
2016-10-21 23:55:00 +03:00
|
|
|
}
|
|
|
|
,{
|
|
|
|
"testCaseDescription": "ruby-interpolation-replacement-insert-test",
|
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb": [
|
2016-10-21 23:55:00 +03:00
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
1,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
1,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the 'foo' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
2,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
2,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the 'foo' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
3,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
3,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the 'bar' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
4,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
4,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the 'bar' identifier"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"errors": {}
|
|
|
|
},
|
|
|
|
"filePaths": [
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb"
|
2016-10-21 23:55:00 +03:00
|
|
|
],
|
2016-11-04 01:41:59 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/interpolation.rb b/interpolation.rb",
|
|
|
|
"index a37ad45..c024bd6 100644",
|
|
|
|
"--- a/interpolation.rb",
|
|
|
|
"+++ b/interpolation.rb",
|
|
|
|
"@@ -1,2 +1,6 @@",
|
|
|
|
"+:\"bar #{foo}\"",
|
|
|
|
"+\"bar #{foo}\"",
|
|
|
|
"+:\"foo #{bar}\"",
|
|
|
|
"+\"foo #{bar}\"",
|
|
|
|
" :\"foo #{bar}\"",
|
|
|
|
" \"foo #{bar}\""
|
|
|
|
],
|
2016-10-21 23:55:00 +03:00
|
|
|
"gitDir": "test/corpus/repos/ruby",
|
2017-02-06 18:44:04 +03:00
|
|
|
"shas": "c2ba702430f25eb241e30acdb7764fd422b1d989..35bd1657e6377602413f3395baf5d1b37ff29d8b"
|
2016-10-21 23:55:00 +03:00
|
|
|
}
|
|
|
|
,{
|
|
|
|
"testCaseDescription": "ruby-interpolation-delete-insert-test",
|
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb": [
|
2016-10-21 23:55:00 +03:00
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"replace": [
|
|
|
|
{
|
|
|
|
"start": [
|
|
|
|
1,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
1,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"start": [
|
|
|
|
1,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
1,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"summary": "Replaced the 'foo' identifier with the 'bar' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"replace": [
|
|
|
|
{
|
|
|
|
"start": [
|
|
|
|
2,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
2,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"start": [
|
|
|
|
2,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
2,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"summary": "Replaced the 'foo' identifier with the 'bar' identifier"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"errors": {}
|
|
|
|
},
|
|
|
|
"filePaths": [
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb"
|
2016-10-21 23:55:00 +03:00
|
|
|
],
|
2016-11-04 01:41:59 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/interpolation.rb b/interpolation.rb",
|
|
|
|
"index c024bd6..ce70dd5 100644",
|
|
|
|
"--- a/interpolation.rb",
|
|
|
|
"+++ b/interpolation.rb",
|
|
|
|
"@@ -1,5 +1,5 @@",
|
|
|
|
"-:\"bar #{foo}\"",
|
|
|
|
"-\"bar #{foo}\"",
|
|
|
|
"+:\"foo #{bar}\"",
|
|
|
|
"+\"foo #{bar}\"",
|
|
|
|
" :\"foo #{bar}\"",
|
|
|
|
" \"foo #{bar}\"",
|
|
|
|
" :\"foo #{bar}\""
|
|
|
|
],
|
2016-10-21 23:55:00 +03:00
|
|
|
"gitDir": "test/corpus/repos/ruby",
|
2017-02-06 18:44:04 +03:00
|
|
|
"shas": "35bd1657e6377602413f3395baf5d1b37ff29d8b..1705098a82f575d1fd258aee6710726310dcae97"
|
2016-10-21 23:55:00 +03:00
|
|
|
}
|
|
|
|
,{
|
|
|
|
"testCaseDescription": "ruby-interpolation-replacement-test",
|
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb": [
|
2016-10-21 23:55:00 +03:00
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"replace": [
|
|
|
|
{
|
|
|
|
"start": [
|
|
|
|
1,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
1,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"start": [
|
|
|
|
1,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
1,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"summary": "Replaced the 'bar' identifier with the 'foo' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"replace": [
|
|
|
|
{
|
|
|
|
"start": [
|
|
|
|
2,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
2,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"start": [
|
|
|
|
2,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
2,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"summary": "Replaced the 'bar' identifier with the 'foo' identifier"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"errors": {}
|
|
|
|
},
|
|
|
|
"filePaths": [
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb"
|
2016-10-21 23:55:00 +03:00
|
|
|
],
|
2016-11-04 01:41:59 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/interpolation.rb b/interpolation.rb",
|
|
|
|
"index ce70dd5..c024bd6 100644",
|
|
|
|
"--- a/interpolation.rb",
|
|
|
|
"+++ b/interpolation.rb",
|
|
|
|
"@@ -1,5 +1,5 @@",
|
|
|
|
"-:\"foo #{bar}\"",
|
|
|
|
"-\"foo #{bar}\"",
|
|
|
|
"+:\"bar #{foo}\"",
|
|
|
|
"+\"bar #{foo}\"",
|
|
|
|
" :\"foo #{bar}\"",
|
|
|
|
" \"foo #{bar}\"",
|
|
|
|
" :\"foo #{bar}\""
|
|
|
|
],
|
2016-10-21 23:55:00 +03:00
|
|
|
"gitDir": "test/corpus/repos/ruby",
|
2017-02-06 18:44:04 +03:00
|
|
|
"shas": "1705098a82f575d1fd258aee6710726310dcae97..6771369e5922cd7d1386b5b4aab61ef734b9a1f9"
|
2016-10-21 23:55:00 +03:00
|
|
|
}
|
|
|
|
,{
|
|
|
|
"testCaseDescription": "ruby-interpolation-delete-replacement-test",
|
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb": [
|
2016-10-21 23:55:00 +03:00
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
1,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
1,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the 'foo' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
2,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
2,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the 'foo' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
3,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
3,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the 'bar' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
4,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
4,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the 'bar' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
3,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
3,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the 'foo' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"insert": {
|
|
|
|
"start": [
|
|
|
|
4,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
4,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Added the 'foo' identifier"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"errors": {}
|
|
|
|
},
|
|
|
|
"filePaths": [
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb"
|
2016-10-21 23:55:00 +03:00
|
|
|
],
|
2016-11-04 01:41:59 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/interpolation.rb b/interpolation.rb",
|
|
|
|
"index c024bd6..f56366a 100644",
|
|
|
|
"--- a/interpolation.rb",
|
|
|
|
"+++ b/interpolation.rb",
|
|
|
|
"@@ -1,6 +1,4 @@",
|
|
|
|
"-:\"bar #{foo}\"",
|
|
|
|
"-\"bar #{foo}\"",
|
|
|
|
"-:\"foo #{bar}\"",
|
|
|
|
"-\"foo #{bar}\"",
|
|
|
|
" :\"foo #{bar}\"",
|
|
|
|
" \"foo #{bar}\"",
|
|
|
|
"+:\"bar #{foo}\"",
|
|
|
|
"+\"bar #{foo}\""
|
|
|
|
],
|
2016-10-21 23:55:00 +03:00
|
|
|
"gitDir": "test/corpus/repos/ruby",
|
2017-02-06 18:44:04 +03:00
|
|
|
"shas": "6771369e5922cd7d1386b5b4aab61ef734b9a1f9..768d0209feac8bb2cbcca835fca75a6cd0d0e732"
|
2016-10-21 23:55:00 +03:00
|
|
|
}
|
|
|
|
,{
|
|
|
|
"testCaseDescription": "ruby-interpolation-delete-test",
|
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb": [
|
2016-10-21 23:55:00 +03:00
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
1,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
1,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the 'bar' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
2,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
2,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the 'bar' identifier"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"errors": {}
|
|
|
|
},
|
|
|
|
"filePaths": [
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb"
|
2016-10-21 23:55:00 +03:00
|
|
|
],
|
2016-11-04 01:41:59 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/interpolation.rb b/interpolation.rb",
|
|
|
|
"index f56366a..9b7bb17 100644",
|
|
|
|
"--- a/interpolation.rb",
|
|
|
|
"+++ b/interpolation.rb",
|
|
|
|
"@@ -1,4 +1,2 @@",
|
|
|
|
"-:\"foo #{bar}\"",
|
|
|
|
"-\"foo #{bar}\"",
|
|
|
|
" :\"bar #{foo}\"",
|
|
|
|
" \"bar #{foo}\""
|
|
|
|
],
|
2016-10-21 23:55:00 +03:00
|
|
|
"gitDir": "test/corpus/repos/ruby",
|
2017-02-06 18:44:04 +03:00
|
|
|
"shas": "768d0209feac8bb2cbcca835fca75a6cd0d0e732..d5cb9abbeac42729ad4a83f7ff4581fa83171528"
|
2016-10-21 23:55:00 +03:00
|
|
|
}
|
|
|
|
,{
|
|
|
|
"testCaseDescription": "ruby-interpolation-delete-rest-test",
|
|
|
|
"expectedResult": {
|
|
|
|
"changes": {
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb": [
|
2016-10-21 23:55:00 +03:00
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
1,
|
|
|
|
9
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
1,
|
|
|
|
12
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the 'foo' identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"span": {
|
|
|
|
"delete": {
|
|
|
|
"start": [
|
|
|
|
2,
|
|
|
|
8
|
|
|
|
],
|
|
|
|
"end": [
|
|
|
|
2,
|
|
|
|
11
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"summary": "Deleted the 'foo' identifier"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"errors": {}
|
|
|
|
},
|
|
|
|
"filePaths": [
|
2016-11-02 20:52:40 +03:00
|
|
|
"interpolation.rb"
|
2016-10-21 23:55:00 +03:00
|
|
|
],
|
2016-11-04 01:41:59 +03:00
|
|
|
"patch": [
|
|
|
|
"diff --git a/interpolation.rb b/interpolation.rb",
|
|
|
|
"index 9b7bb17..e69de29 100644",
|
|
|
|
"--- a/interpolation.rb",
|
|
|
|
"+++ b/interpolation.rb",
|
|
|
|
"@@ -1,2 +0,0 @@",
|
|
|
|
"-:\"bar #{foo}\"",
|
|
|
|
"-\"bar #{foo}\""
|
|
|
|
],
|
2016-10-21 23:55:00 +03:00
|
|
|
"gitDir": "test/corpus/repos/ruby",
|
2017-02-06 18:44:04 +03:00
|
|
|
"shas": "d5cb9abbeac42729ad4a83f7ff4581fa83171528..370c0a6d0e774ad3b0d66bf1c3a960572964e039"
|
2016-10-21 23:55:00 +03:00
|
|
|
}]
|