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

3531 lines
112 KiB
JSON

[{
"testCaseDescription": "go-rune-literals-insert-test",
"expectedResult": {
"changes": {
"rune-literals.go": [
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
2
]
}
},
"summary": "Added the 'a' identifier"
},
{
"span": {
"insert": {
"start": [
2,
5
],
"end": [
2,
8
]
}
},
"summary": "Added the ''0'' rune_literal"
},
{
"span": {
"insert": {
"start": [
3,
1
],
"end": [
3,
2
]
}
},
"summary": "Added the 'b' identifier"
},
{
"span": {
"insert": {
"start": [
3,
5
],
"end": [
3,
9
]
}
},
"summary": "Added the ''\\''' rune_literal"
},
{
"span": {
"insert": {
"start": [
4,
1
],
"end": [
4,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
4,
5
],
"end": [
4,
8
]
}
},
"summary": "Added the ''\\'' ERROR"
},
{
"span": {
"insert": {
"start": [
5,
1
],
"end": [
5,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
5,
5
],
"end": [
6,
2
]
}
},
"summary": "Added the ''\n'' rune_literal"
},
{
"span": {
"insert": {
"start": [
7,
1
],
"end": [
7,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
7,
5
],
"end": [
7,
13
]
}
},
"summary": "Added the ''\\u0000'' rune_literal"
},
{
"span": {
"insert": {
"start": [
8,
1
],
"end": [
8,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
8,
5
],
"end": [
8,
17
]
}
},
"summary": "Added the ''\\U01234567'' rune_literal"
}
]
},
"errors": {}
},
"filePaths": [
"rune-literals.go"
],
"patch": [
"diff --git a/rune-literals.go b/rune-literals.go",
"index e69de29..23506f8 100644",
"--- a/rune-literals.go",
"+++ b/rune-literals.go",
"@@ -0,0 +1,9 @@",
"+const (",
"+a = '0'",
"+b = '\\''",
"+c = '\\'",
"+c = '",
"+'",
"+c = '\\u0000'",
"+c = '\\U01234567'",
"+)"
],
"gitDir": "test/corpus/repos/go",
"shas": "ab23aef6a41b762ced4ab526fadd661f0bed774c..770f2ed82b8a5ba959157e323fec42d129c2bc6f"
}
,{
"testCaseDescription": "go-rune-literals-replacement-insert-test",
"expectedResult": {
"changes": {
"rune-literals.go": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'a' variable"
},
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"insert": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Added the 'a' variable"
},
{
"span": {
"insert": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Added the 'b' variable"
},
{
"span": {
"insert": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"insert": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"insert": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Added the 'a' variable"
},
{
"span": {
"insert": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Added the 'b' variable"
},
{
"span": {
"insert": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"insert": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"delete": {
"start": [
2,
1
],
"end": [
2,
2
]
}
},
"summary": "Deleted the 'a' identifier"
},
{
"span": {
"delete": {
"start": [
2,
5
],
"end": [
2,
8
]
}
},
"summary": "Deleted the ''0'' rune_literal"
},
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
2
]
}
},
"summary": "Deleted the 'b' identifier"
},
{
"span": {
"delete": {
"start": [
3,
5
],
"end": [
3,
9
]
}
},
"summary": "Deleted the ''\\''' rune_literal"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
4,
5
],
"end": [
4,
8
]
}
},
"summary": "Deleted the ''\\'' ERROR"
},
{
"span": {
"delete": {
"start": [
5,
1
],
"end": [
5,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
5,
5
],
"end": [
6,
2
]
}
},
"summary": "Deleted the ''\n'' rune_literal"
},
{
"span": {
"delete": {
"start": [
7,
1
],
"end": [
7,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
7,
5
],
"end": [
7,
13
]
}
},
"summary": "Deleted the ''\\u0000'' rune_literal"
},
{
"span": {
"delete": {
"start": [
8,
1
],
"end": [
8,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
8,
5
],
"end": [
8,
17
]
}
},
"summary": "Deleted the ''\\U01234567'' rune_literal"
}
]
},
"errors": {
"rune-literals.go": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'const (\na = '1'\nb = '\n''\nc = '\\u0011'\nc = '\\'\nc = '\\u0022'\nc = '\\U01234568'\n)' at line 1, column 1 - line 9, column 2"
},
{
"span": {
"insert": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Added the 'const (\na = '0'\nb = '\\''\nc = '\\'\nc = '\n'\nc = '\\u0000'\nc = '\\U01234567'\n)' at line 10, column 1 - line 18, column 2"
},
{
"span": {
"insert": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Added the 'const (\na = '0'\nb = '\\''\nc = '\\'\nc = '\n'\nc = '\\u0000'\nc = '\\U01234567'\n)' at line 19, column 1 - line 27, column 2"
}
]
}
},
"filePaths": [
"rune-literals.go"
],
"patch": [
"diff --git a/rune-literals.go b/rune-literals.go",
"index 23506f8..b369e37 100644",
"--- a/rune-literals.go",
"+++ b/rune-literals.go",
"@@ -1,4 +1,22 @@",
" const (",
"+a = '1'",
"+b = '",
"+''",
"+c = '\\u0011'",
"+c = '\\'",
"+c = '\\u0022'",
"+c = '\\U01234568'",
"+)",
"+const (",
"+a = '0'",
"+b = '\\''",
"+c = '\\'",
"+c = '",
"+'",
"+c = '\\u0000'",
"+c = '\\U01234567'",
"+)",
"+const (",
" a = '0'",
" b = '\\''",
" c = '\\'"
],
"gitDir": "test/corpus/repos/go",
"shas": "770f2ed82b8a5ba959157e323fec42d129c2bc6f..f8829ed25f9c21077555dde07329a03cb31b78b3"
}
,{
"testCaseDescription": "go-rune-literals-delete-insert-test",
"expectedResult": {
"changes": {
"rune-literals.go": [
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
2
]
}
},
"summary": "Added the 'a' identifier"
},
{
"span": {
"insert": {
"start": [
2,
5
],
"end": [
2,
8
]
}
},
"summary": "Added the ''0'' rune_literal"
},
{
"span": {
"insert": {
"start": [
3,
1
],
"end": [
3,
2
]
}
},
"summary": "Added the 'b' identifier"
},
{
"span": {
"insert": {
"start": [
3,
5
],
"end": [
3,
9
]
}
},
"summary": "Added the ''\\''' rune_literal"
},
{
"span": {
"insert": {
"start": [
4,
1
],
"end": [
4,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
4,
5
],
"end": [
4,
8
]
}
},
"summary": "Added the ''\\'' ERROR"
},
{
"span": {
"insert": {
"start": [
5,
1
],
"end": [
5,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
5,
5
],
"end": [
6,
2
]
}
},
"summary": "Added the ''\n'' rune_literal"
},
{
"span": {
"insert": {
"start": [
7,
1
],
"end": [
7,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
7,
5
],
"end": [
7,
13
]
}
},
"summary": "Added the ''\\u0000'' rune_literal"
},
{
"span": {
"insert": {
"start": [
8,
1
],
"end": [
8,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
8,
5
],
"end": [
8,
17
]
}
},
"summary": "Added the ''\\U01234567'' rune_literal"
},
{
"span": {
"insert": {
"start": [
9,
1
],
"end": [
10,
8
]
}
},
"summary": "Added the ')\nconst (' ERROR"
},
{
"span": {
"insert": {
"start": [
11,
1
],
"end": [
11,
2
]
}
},
"summary": "Added the 'a' identifier"
},
{
"span": {
"insert": {
"start": [
11,
5
],
"end": [
11,
8
]
}
},
"summary": "Added the ''0'' rune_literal"
},
{
"span": {
"insert": {
"start": [
12,
1
],
"end": [
12,
2
]
}
},
"summary": "Added the 'b' identifier"
},
{
"span": {
"insert": {
"start": [
12,
5
],
"end": [
12,
9
]
}
},
"summary": "Added the ''\\''' rune_literal"
},
{
"span": {
"insert": {
"start": [
13,
1
],
"end": [
13,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
13,
5
],
"end": [
13,
8
]
}
},
"summary": "Added the ''\\'' ERROR"
},
{
"span": {
"insert": {
"start": [
14,
1
],
"end": [
14,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
14,
5
],
"end": [
15,
2
]
}
},
"summary": "Added the ''\n'' rune_literal"
},
{
"span": {
"insert": {
"start": [
16,
1
],
"end": [
16,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
16,
5
],
"end": [
16,
13
]
}
},
"summary": "Added the ''\\u0000'' rune_literal"
},
{
"span": {
"insert": {
"start": [
17,
1
],
"end": [
17,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
17,
5
],
"end": [
17,
17
]
}
},
"summary": "Added the ''\\U01234567'' rune_literal"
},
{
"span": {
"insert": {
"start": [
18,
1
],
"end": [
19,
8
]
}
},
"summary": "Added the ')\nconst (' ERROR"
},
{
"span": {
"insert": {
"start": [
20,
1
],
"end": [
20,
2
]
}
},
"summary": "Added the 'a' identifier"
},
{
"span": {
"insert": {
"start": [
20,
5
],
"end": [
20,
8
]
}
},
"summary": "Added the ''0'' rune_literal"
},
{
"span": {
"insert": {
"start": [
21,
1
],
"end": [
21,
2
]
}
},
"summary": "Added the 'b' identifier"
},
{
"span": {
"insert": {
"start": [
21,
5
],
"end": [
21,
9
]
}
},
"summary": "Added the ''\\''' rune_literal"
},
{
"span": {
"insert": {
"start": [
22,
1
],
"end": [
22,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
22,
5
],
"end": [
22,
8
]
}
},
"summary": "Added the ''\\'' ERROR"
},
{
"span": {
"insert": {
"start": [
23,
1
],
"end": [
23,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
23,
5
],
"end": [
24,
2
]
}
},
"summary": "Added the ''\n'' rune_literal"
},
{
"span": {
"insert": {
"start": [
25,
1
],
"end": [
25,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
25,
5
],
"end": [
25,
13
]
}
},
"summary": "Added the ''\\u0000'' rune_literal"
},
{
"span": {
"insert": {
"start": [
26,
1
],
"end": [
26,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
26,
5
],
"end": [
26,
17
]
}
},
"summary": "Added the ''\\U01234567'' rune_literal"
},
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'a' variable"
},
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'c' variable"
},
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'c' variable"
},
{
"span": {
"delete": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Deleted the 'a' variable"
},
{
"span": {
"delete": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Deleted the 'b' variable"
},
{
"span": {
"delete": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Deleted the 'c' variable"
},
{
"span": {
"delete": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Deleted the 'c' variable"
},
{
"span": {
"delete": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Deleted the 'a' variable"
},
{
"span": {
"delete": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Deleted the 'b' variable"
},
{
"span": {
"delete": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Deleted the 'c' variable"
},
{
"span": {
"delete": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Deleted the 'c' variable"
}
]
},
"errors": {
"rune-literals.go": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'const (\na = '1'\nb = '\n''\nc = '\\u0011'\nc = '\\'\nc = '\\u0022'\nc = '\\U01234568'\n)' at line 1, column 1 - line 9, column 2"
},
{
"span": {
"delete": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Deleted the 'const (\na = '0'\nb = '\\''\nc = '\\'\nc = '\n'\nc = '\\u0000'\nc = '\\U01234567'\n)' at line 10, column 1 - line 18, column 2"
},
{
"span": {
"delete": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Deleted the 'const (\na = '0'\nb = '\\''\nc = '\\'\nc = '\n'\nc = '\\u0000'\nc = '\\U01234567'\n)' at line 19, column 1 - line 27, column 2"
}
]
}
},
"filePaths": [
"rune-literals.go"
],
"patch": [
"diff --git a/rune-literals.go b/rune-literals.go",
"index b369e37..aabbad7 100644",
"--- a/rune-literals.go",
"+++ b/rune-literals.go",
"@@ -1,11 +1,11 @@",
" const (",
"-a = '1'",
"-b = '",
"-''",
"-c = '\\u0011'",
"+a = '0'",
"+b = '\\''",
" c = '\\'",
"-c = '\\u0022'",
"-c = '\\U01234568'",
"+c = '",
"+'",
"+c = '\\u0000'",
"+c = '\\U01234567'",
" )",
" const (",
" a = '0'"
],
"gitDir": "test/corpus/repos/go",
"shas": "f8829ed25f9c21077555dde07329a03cb31b78b3..9481a56884826f8c1839ea76e148476087ccb4eb"
}
,{
"testCaseDescription": "go-rune-literals-replacement-test",
"expectedResult": {
"changes": {
"rune-literals.go": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'a' variable"
},
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"insert": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Added the 'a' variable"
},
{
"span": {
"insert": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Added the 'b' variable"
},
{
"span": {
"insert": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"insert": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"insert": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Added the 'a' variable"
},
{
"span": {
"insert": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Added the 'b' variable"
},
{
"span": {
"insert": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"insert": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"delete": {
"start": [
2,
1
],
"end": [
2,
2
]
}
},
"summary": "Deleted the 'a' identifier"
},
{
"span": {
"delete": {
"start": [
2,
5
],
"end": [
2,
8
]
}
},
"summary": "Deleted the ''0'' rune_literal"
},
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
2
]
}
},
"summary": "Deleted the 'b' identifier"
},
{
"span": {
"delete": {
"start": [
3,
5
],
"end": [
3,
9
]
}
},
"summary": "Deleted the ''\\''' rune_literal"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
4,
5
],
"end": [
4,
8
]
}
},
"summary": "Deleted the ''\\'' ERROR"
},
{
"span": {
"delete": {
"start": [
5,
1
],
"end": [
5,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
5,
5
],
"end": [
6,
2
]
}
},
"summary": "Deleted the ''\n'' rune_literal"
},
{
"span": {
"delete": {
"start": [
7,
1
],
"end": [
7,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
7,
5
],
"end": [
7,
13
]
}
},
"summary": "Deleted the ''\\u0000'' rune_literal"
},
{
"span": {
"delete": {
"start": [
8,
1
],
"end": [
8,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
8,
5
],
"end": [
8,
17
]
}
},
"summary": "Deleted the ''\\U01234567'' rune_literal"
},
{
"span": {
"delete": {
"start": [
9,
1
],
"end": [
10,
8
]
}
},
"summary": "Deleted the ')\nconst (' ERROR"
},
{
"span": {
"delete": {
"start": [
11,
1
],
"end": [
11,
2
]
}
},
"summary": "Deleted the 'a' identifier"
},
{
"span": {
"delete": {
"start": [
11,
5
],
"end": [
11,
8
]
}
},
"summary": "Deleted the ''0'' rune_literal"
},
{
"span": {
"delete": {
"start": [
12,
1
],
"end": [
12,
2
]
}
},
"summary": "Deleted the 'b' identifier"
},
{
"span": {
"delete": {
"start": [
12,
5
],
"end": [
12,
9
]
}
},
"summary": "Deleted the ''\\''' rune_literal"
},
{
"span": {
"delete": {
"start": [
13,
1
],
"end": [
13,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
13,
5
],
"end": [
13,
8
]
}
},
"summary": "Deleted the ''\\'' ERROR"
},
{
"span": {
"delete": {
"start": [
14,
1
],
"end": [
14,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
14,
5
],
"end": [
15,
2
]
}
},
"summary": "Deleted the ''\n'' rune_literal"
},
{
"span": {
"delete": {
"start": [
16,
1
],
"end": [
16,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
16,
5
],
"end": [
16,
13
]
}
},
"summary": "Deleted the ''\\u0000'' rune_literal"
},
{
"span": {
"delete": {
"start": [
17,
1
],
"end": [
17,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
17,
5
],
"end": [
17,
17
]
}
},
"summary": "Deleted the ''\\U01234567'' rune_literal"
},
{
"span": {
"delete": {
"start": [
18,
1
],
"end": [
19,
8
]
}
},
"summary": "Deleted the ')\nconst (' ERROR"
},
{
"span": {
"delete": {
"start": [
20,
1
],
"end": [
20,
2
]
}
},
"summary": "Deleted the 'a' identifier"
},
{
"span": {
"delete": {
"start": [
20,
5
],
"end": [
20,
8
]
}
},
"summary": "Deleted the ''0'' rune_literal"
},
{
"span": {
"delete": {
"start": [
21,
1
],
"end": [
21,
2
]
}
},
"summary": "Deleted the 'b' identifier"
},
{
"span": {
"delete": {
"start": [
21,
5
],
"end": [
21,
9
]
}
},
"summary": "Deleted the ''\\''' rune_literal"
},
{
"span": {
"delete": {
"start": [
22,
1
],
"end": [
22,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
22,
5
],
"end": [
22,
8
]
}
},
"summary": "Deleted the ''\\'' ERROR"
},
{
"span": {
"delete": {
"start": [
23,
1
],
"end": [
23,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
23,
5
],
"end": [
24,
2
]
}
},
"summary": "Deleted the ''\n'' rune_literal"
},
{
"span": {
"delete": {
"start": [
25,
1
],
"end": [
25,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
25,
5
],
"end": [
25,
13
]
}
},
"summary": "Deleted the ''\\u0000'' rune_literal"
},
{
"span": {
"delete": {
"start": [
26,
1
],
"end": [
26,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
26,
5
],
"end": [
26,
17
]
}
},
"summary": "Deleted the ''\\U01234567'' rune_literal"
}
]
},
"errors": {
"rune-literals.go": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'const (\na = '1'\nb = '\n''\nc = '\\u0011'\nc = '\\'\nc = '\\u0022'\nc = '\\U01234568'\n)' at line 1, column 1 - line 9, column 2"
},
{
"span": {
"insert": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Added the 'const (\na = '0'\nb = '\\''\nc = '\\'\nc = '\n'\nc = '\\u0000'\nc = '\\U01234567'\n)' at line 10, column 1 - line 18, column 2"
},
{
"span": {
"insert": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Added the 'const (\na = '0'\nb = '\\''\nc = '\\'\nc = '\n'\nc = '\\u0000'\nc = '\\U01234567'\n)' at line 19, column 1 - line 27, column 2"
}
]
}
},
"filePaths": [
"rune-literals.go"
],
"patch": [
"diff --git a/rune-literals.go b/rune-literals.go",
"index aabbad7..b369e37 100644",
"--- a/rune-literals.go",
"+++ b/rune-literals.go",
"@@ -1,11 +1,11 @@",
" const (",
"-a = '0'",
"-b = '\\''",
"+a = '1'",
"+b = '",
"+''",
"+c = '\\u0011'",
" c = '\\'",
"-c = '",
"-'",
"-c = '\\u0000'",
"-c = '\\U01234567'",
"+c = '\\u0022'",
"+c = '\\U01234568'",
" )",
" const (",
" a = '0'"
],
"gitDir": "test/corpus/repos/go",
"shas": "9481a56884826f8c1839ea76e148476087ccb4eb..0827a9a55ffcb9a38232a9fa5ba644224cffde21"
}
,{
"testCaseDescription": "go-rune-literals-delete-replacement-test",
"expectedResult": {
"changes": {
"rune-literals.go": [
{
"span": {
"insert": {
"start": [
2,
1
],
"end": [
2,
2
]
}
},
"summary": "Added the 'a' identifier"
},
{
"span": {
"insert": {
"start": [
2,
5
],
"end": [
2,
8
]
}
},
"summary": "Added the ''0'' rune_literal"
},
{
"span": {
"insert": {
"start": [
3,
1
],
"end": [
3,
2
]
}
},
"summary": "Added the 'b' identifier"
},
{
"span": {
"insert": {
"start": [
3,
5
],
"end": [
3,
9
]
}
},
"summary": "Added the ''\\''' rune_literal"
},
{
"span": {
"insert": {
"start": [
4,
1
],
"end": [
4,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
4,
5
],
"end": [
4,
8
]
}
},
"summary": "Added the ''\\'' ERROR"
},
{
"span": {
"insert": {
"start": [
5,
1
],
"end": [
5,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
5,
5
],
"end": [
6,
2
]
}
},
"summary": "Added the ''\n'' rune_literal"
},
{
"span": {
"insert": {
"start": [
7,
1
],
"end": [
7,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
7,
5
],
"end": [
7,
13
]
}
},
"summary": "Added the ''\\u0000'' rune_literal"
},
{
"span": {
"insert": {
"start": [
8,
1
],
"end": [
8,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
8,
5
],
"end": [
8,
17
]
}
},
"summary": "Added the ''\\U01234567'' rune_literal"
},
{
"span": {
"insert": {
"start": [
9,
1
],
"end": [
10,
8
]
}
},
"summary": "Added the ')\nconst (' ERROR"
},
{
"span": {
"insert": {
"start": [
11,
1
],
"end": [
11,
2
]
}
},
"summary": "Added the 'a' identifier"
},
{
"span": {
"insert": {
"start": [
11,
5
],
"end": [
11,
8
]
}
},
"summary": "Added the ''1'' rune_literal"
},
{
"span": {
"insert": {
"start": [
12,
1
],
"end": [
12,
2
]
}
},
"summary": "Added the 'b' identifier"
},
{
"span": {
"insert": {
"start": [
12,
5
],
"end": [
13,
2
]
}
},
"summary": "Added the ''\n'' rune_literal"
},
{
"span": {
"insert": {
"start": [
13,
2
],
"end": [
14,
1
]
}
},
"summary": "Added the ''\n' ERROR"
},
{
"span": {
"insert": {
"start": [
14,
1
],
"end": [
14,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
14,
5
],
"end": [
14,
13
]
}
},
"summary": "Added the ''\\u0011'' rune_literal"
},
{
"span": {
"insert": {
"start": [
15,
1
],
"end": [
15,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
15,
5
],
"end": [
15,
8
]
}
},
"summary": "Added the ''\\'' ERROR"
},
{
"span": {
"insert": {
"start": [
16,
1
],
"end": [
16,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
16,
5
],
"end": [
16,
13
]
}
},
"summary": "Added the ''\\u0022'' rune_literal"
},
{
"span": {
"insert": {
"start": [
17,
1
],
"end": [
17,
2
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
17,
5
],
"end": [
17,
17
]
}
},
"summary": "Added the ''\\U01234568'' rune_literal"
},
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'a' variable"
},
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'c' variable"
},
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'c' variable"
},
{
"span": {
"delete": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Deleted the 'a' variable"
},
{
"span": {
"delete": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Deleted the 'b' variable"
},
{
"span": {
"delete": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Deleted the 'c' variable"
},
{
"span": {
"delete": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Deleted the 'c' variable"
},
{
"span": {
"delete": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Deleted the 'a' variable"
},
{
"span": {
"delete": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Deleted the 'b' variable"
},
{
"span": {
"delete": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Deleted the 'c' variable"
},
{
"span": {
"delete": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Deleted the 'c' variable"
}
]
},
"errors": {
"rune-literals.go": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'const (\na = '1'\nb = '\n''\nc = '\\u0011'\nc = '\\'\nc = '\\u0022'\nc = '\\U01234568'\n)' at line 1, column 1 - line 9, column 2"
},
{
"span": {
"delete": {
"start": [
10,
1
],
"end": [
18,
2
]
}
},
"summary": "Deleted the 'const (\na = '0'\nb = '\\''\nc = '\\'\nc = '\n'\nc = '\\u0000'\nc = '\\U01234567'\n)' at line 10, column 1 - line 18, column 2"
},
{
"span": {
"delete": {
"start": [
19,
1
],
"end": [
27,
2
]
}
},
"summary": "Deleted the 'const (\na = '0'\nb = '\\''\nc = '\\'\nc = '\n'\nc = '\\u0000'\nc = '\\U01234567'\n)' at line 19, column 1 - line 27, column 2"
}
]
}
},
"filePaths": [
"rune-literals.go"
],
"patch": [
"diff --git a/rune-literals.go b/rune-literals.go",
"index b369e37..34c7a16 100644",
"--- a/rune-literals.go",
"+++ b/rune-literals.go",
"@@ -1,13 +1,4 @@",
" const (",
"-a = '1'",
"-b = '",
"-''",
"-c = '\\u0011'",
"-c = '\\'",
"-c = '\\u0022'",
"-c = '\\U01234568'",
"-)",
"-const (",
" a = '0'",
" b = '\\''",
" c = '\\'",
"@@ -17,11 +8,11 @@ c = '\\u0000'",
" c = '\\U01234567'",
" )",
" const (",
"-a = '0'",
"-b = '\\''",
"+a = '1'",
"+b = '",
"+''",
"+c = '\\u0011'",
" c = '\\'",
"-c = '",
"-'",
"-c = '\\u0000'",
"-c = '\\U01234567'",
"+c = '\\u0022'",
"+c = '\\U01234568'",
" )"
],
"gitDir": "test/corpus/repos/go",
"shas": "0827a9a55ffcb9a38232a9fa5ba644224cffde21..13698d086ad7475736652920604e0f771874fafd"
}
,{
"testCaseDescription": "go-rune-literals-delete-test",
"expectedResult": {
"changes": {
"rune-literals.go": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'a' variable"
},
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'c' variable"
},
{
"span": {
"delete": {
"start": [
2,
1
],
"end": [
2,
2
]
}
},
"summary": "Deleted the 'a' identifier"
},
{
"span": {
"delete": {
"start": [
2,
5
],
"end": [
2,
8
]
}
},
"summary": "Deleted the ''0'' rune_literal"
},
{
"span": {
"delete": {
"start": [
3,
1
],
"end": [
3,
2
]
}
},
"summary": "Deleted the 'b' identifier"
},
{
"span": {
"delete": {
"start": [
3,
5
],
"end": [
3,
9
]
}
},
"summary": "Deleted the ''\\''' rune_literal"
},
{
"span": {
"delete": {
"start": [
4,
1
],
"end": [
4,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
4,
5
],
"end": [
4,
8
]
}
},
"summary": "Deleted the ''\\'' ERROR"
},
{
"span": {
"delete": {
"start": [
5,
1
],
"end": [
5,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
5,
5
],
"end": [
6,
2
]
}
},
"summary": "Deleted the ''\n'' rune_literal"
},
{
"span": {
"delete": {
"start": [
7,
1
],
"end": [
7,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
7,
5
],
"end": [
7,
13
]
}
},
"summary": "Deleted the ''\\u0000'' rune_literal"
},
{
"span": {
"delete": {
"start": [
8,
1
],
"end": [
8,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
8,
5
],
"end": [
8,
17
]
}
},
"summary": "Deleted the ''\\U01234567'' rune_literal"
},
{
"span": {
"delete": {
"start": [
9,
1
],
"end": [
10,
8
]
}
},
"summary": "Deleted the ')\nconst (' ERROR"
},
{
"span": {
"delete": {
"start": [
11,
1
],
"end": [
11,
2
]
}
},
"summary": "Deleted the 'a' identifier"
},
{
"span": {
"delete": {
"start": [
11,
5
],
"end": [
11,
8
]
}
},
"summary": "Deleted the ''1'' rune_literal"
},
{
"span": {
"delete": {
"start": [
12,
1
],
"end": [
12,
2
]
}
},
"summary": "Deleted the 'b' identifier"
},
{
"span": {
"delete": {
"start": [
12,
5
],
"end": [
13,
2
]
}
},
"summary": "Deleted the ''\n'' rune_literal"
},
{
"span": {
"delete": {
"start": [
13,
2
],
"end": [
14,
1
]
}
},
"summary": "Deleted the ''\n' ERROR"
},
{
"span": {
"delete": {
"start": [
14,
1
],
"end": [
14,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
14,
5
],
"end": [
14,
13
]
}
},
"summary": "Deleted the ''\\u0011'' rune_literal"
},
{
"span": {
"delete": {
"start": [
15,
1
],
"end": [
15,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
15,
5
],
"end": [
15,
8
]
}
},
"summary": "Deleted the ''\\'' ERROR"
},
{
"span": {
"delete": {
"start": [
16,
1
],
"end": [
16,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
16,
5
],
"end": [
16,
13
]
}
},
"summary": "Deleted the ''\\u0022'' rune_literal"
},
{
"span": {
"delete": {
"start": [
17,
1
],
"end": [
17,
2
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
17,
5
],
"end": [
17,
17
]
}
},
"summary": "Deleted the ''\\U01234568'' rune_literal"
}
]
},
"errors": {
"rune-literals.go": [
{
"span": {
"insert": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Added the 'const (\na = '1'\nb = '\n''\nc = '\\u0011'\nc = '\\'\nc = '\\u0022'\nc = '\\U01234568'\n)' at line 1, column 1 - line 9, column 2"
}
]
}
},
"filePaths": [
"rune-literals.go"
],
"patch": [
"diff --git a/rune-literals.go b/rune-literals.go",
"index 34c7a16..dc07d00 100644",
"--- a/rune-literals.go",
"+++ b/rune-literals.go",
"@@ -1,13 +1,4 @@",
" const (",
"-a = '0'",
"-b = '\\''",
"-c = '\\'",
"-c = '",
"-'",
"-c = '\\u0000'",
"-c = '\\U01234567'",
"-)",
"-const (",
" a = '1'",
" b = '",
" ''"
],
"gitDir": "test/corpus/repos/go",
"shas": "13698d086ad7475736652920604e0f771874fafd..4f0b7754fdaf5d1de2693682a2ed48e005ec3115"
}
,{
"testCaseDescription": "go-rune-literals-delete-rest-test",
"expectedResult": {
"changes": {
"rune-literals.go": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'a' variable"
},
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'c' variable"
},
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'c' variable"
}
]
},
"errors": {
"rune-literals.go": [
{
"span": {
"delete": {
"start": [
1,
1
],
"end": [
9,
2
]
}
},
"summary": "Deleted the 'const (\na = '1'\nb = '\n''\nc = '\\u0011'\nc = '\\'\nc = '\\u0022'\nc = '\\U01234568'\n)' at line 1, column 1 - line 9, column 2"
}
]
}
},
"filePaths": [
"rune-literals.go"
],
"patch": [
"diff --git a/rune-literals.go b/rune-literals.go",
"index dc07d00..e69de29 100644",
"--- a/rune-literals.go",
"+++ b/rune-literals.go",
"@@ -1,9 +0,0 @@",
"-const (",
"-a = '1'",
"-b = '",
"-''",
"-c = '\\u0011'",
"-c = '\\'",
"-c = '\\u0022'",
"-c = '\\U01234568'",
"-)"
],
"gitDir": "test/corpus/repos/go",
"shas": "4f0b7754fdaf5d1de2693682a2ed48e005ec3115..b205146f44ac6906569282037181bd6d2c108d08"
}]