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
2016-11-21 14:39:16 -05:00

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": "b8eb065c8ee459f70c83429d04abfbb3c9ab444f..26eb1701455573b478568d1cbb837f50224db558"
}
,{
"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": "26eb1701455573b478568d1cbb837f50224db558..617177745f4b305f408bb9156c4a905c8d9f4097"
}
,{
"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": "617177745f4b305f408bb9156c4a905c8d9f4097..63f1c35ee9b62a179af51ac5667b497a0e148cad"
}
,{
"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": "63f1c35ee9b62a179af51ac5667b497a0e148cad..a509e2bfb6234bd32efbc8b83b4b2a89e1fa7d82"
}
,{
"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": "a509e2bfb6234bd32efbc8b83b4b2a89e1fa7d82..be2ec9a042e332ce605e63029b319d93823f239d"
}
,{
"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": "be2ec9a042e332ce605e63029b319d93823f239d..79801d3e6750f44e55b05a6b20df54d1f00a9cab"
}
,{
"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": "79801d3e6750f44e55b05a6b20df54d1f00a9cab..7b72b761ffb6668a47963816a4e3f9d9897b2c0d"
}]