Skip to content

Commit c3e4867

Browse files
Fix test data
1 parent c0301d6 commit c3e4867

File tree

8 files changed

+258
-258
lines changed

8 files changed

+258
-258
lines changed

Resources/branch_main/Tests/Tests/Fixtures/test-1-1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,19 +278,19 @@
278278
}
279279
},
280280
{
281-
"name": "unexpectedBetweenInitializerAndAccessor",
281+
"name": "unexpectedBetweenInitializerAndAccessors",
282282
"value": {
283283
"text": "nil"
284284
}
285285
},
286286
{
287-
"name": "accessor",
287+
"name": "accessors",
288288
"value": {
289289
"text": "nil"
290290
}
291291
},
292292
{
293-
"name": "unexpectedBetweenAccessorAndTrailingComma",
293+
"name": "unexpectedBetweenAccessorsAndTrailingComma",
294294
"value": {
295295
"text": "nil"
296296
}

Resources/branch_main/Tests/Tests/Fixtures/test-1-2.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -278,19 +278,19 @@
278278
}
279279
},
280280
{
281-
"name": "unexpectedBetweenInitializerAndAccessor",
281+
"name": "unexpectedBetweenInitializerAndAccessors",
282282
"value": {
283283
"text": "nil"
284284
}
285285
},
286286
{
287-
"name": "accessor",
287+
"name": "accessors",
288288
"value": {
289289
"text": "nil"
290290
}
291291
},
292292
{
293-
"name": "unexpectedBetweenAccessorAndTrailingComma",
293+
"name": "unexpectedBetweenAccessorsAndTrailingComma",
294294
"value": {
295295
"text": "nil"
296296
}
@@ -1138,20 +1138,20 @@
11381138
}
11391139
},
11401140
{
1141-
"name": "unexpectedBetweenLeftParenAndArgumentList",
1141+
"name": "unexpectedBetweenLeftParenAndArguments",
11421142
"value": {
11431143
"text": "nil"
11441144
}
11451145
},
11461146
{
1147-
"name": "argumentList",
1147+
"name": "arguments",
11481148
"ref": "TupleExprElementListSyntax",
11491149
"value": {
11501150
"text": "TupleExprElementListSyntax"
11511151
}
11521152
},
11531153
{
1154-
"name": "unexpectedBetweenArgumentListAndRightParen",
1154+
"name": "unexpectedBetweenArgumentsAndRightParen",
11551155
"value": {
11561156
"text": "nil"
11571157
}
@@ -2206,20 +2206,20 @@
22062206
}
22072207
},
22082208
{
2209-
"name": "unexpectedBetweenLeftParenAndArgumentList",
2209+
"name": "unexpectedBetweenLeftParenAndArguments",
22102210
"value": {
22112211
"text": "nil"
22122212
}
22132213
},
22142214
{
2215-
"name": "argumentList",
2215+
"name": "arguments",
22162216
"ref": "TupleExprElementListSyntax",
22172217
"value": {
22182218
"text": "TupleExprElementListSyntax"
22192219
}
22202220
},
22212221
{
2222-
"name": "unexpectedBetweenArgumentListAndRightParen",
2222+
"name": "unexpectedBetweenArgumentsAndRightParen",
22232223
"value": {
22242224
"text": "nil"
22252225
}
@@ -2876,20 +2876,20 @@
28762876
}
28772877
},
28782878
{
2879-
"name": "unexpectedBetweenLeftParenAndArgumentList",
2879+
"name": "unexpectedBetweenLeftParenAndArguments",
28802880
"value": {
28812881
"text": "nil"
28822882
}
28832883
},
28842884
{
2885-
"name": "argumentList",
2885+
"name": "arguments",
28862886
"ref": "TupleExprElementListSyntax",
28872887
"value": {
28882888
"text": "TupleExprElementListSyntax"
28892889
}
28902890
},
28912891
{
2892-
"name": "unexpectedBetweenArgumentListAndRightParen",
2892+
"name": "unexpectedBetweenArgumentsAndRightParen",
28932893
"value": {
28942894
"text": "nil"
28952895
}

0 commit comments

Comments
 (0)