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-14 17:26:06 -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": "21aa9932fdc0f37c92440b9d244915d32f18b356..a77b21e40e215934ad51c036a827cd005f522670"
}
,{
"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": "a77b21e40e215934ad51c036a827cd005f522670..e7a97529e0c760773ec0cbbbc42e19b791e5ddfc"
}
,{
"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": "e7a97529e0c760773ec0cbbbc42e19b791e5ddfc..8422fa2169a5e82541157bfe12764adf1f0deea6"
}
,{
"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": "8422fa2169a5e82541157bfe12764adf1f0deea6..14f5a98846d0b4b59687beca4fd1d6419b4dea3d"
}
,{
"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": "14f5a98846d0b4b59687beca4fd1d6419b4dea3d..09fff67688abb2a4efa6337738720d178e86784f"
}
,{
"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": "09fff67688abb2a4efa6337738720d178e86784f..89b1b70de2b6ae5d0ba1a20633b81fda541394bc"
}
,{
"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": "89b1b70de2b6ae5d0ba1a20633b81fda541394bc..c3ef4a334ea4e1976b9f2b9c9e187a867ce8a192"
}]