Skip to content

Commit e06144e

Browse files
Fix tests
1 parent 89dc111 commit e06144e

File tree

13 files changed

+556
-557
lines changed

13 files changed

+556
-557
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
{
331331
"name": "identifier",
332332
"value": {
333-
"kind": "identifier(\"number\")",
333+
"kind": "identifier("number")",
334334
"text": "number␣"
335335
}
336336
},
@@ -356,7 +356,7 @@
356356
"structure": [],
357357
"text": "number",
358358
"token": {
359-
"kind": "identifier(\"number\")",
359+
"kind": "identifier("number")",
360360
"leadingTrivia": "",
361361
"trailingTrivia": ""
362362
},
@@ -445,7 +445,7 @@
445445
{
446446
"name": "literal",
447447
"value": {
448-
"kind": "integerLiteral(\"0\")",
448+
"kind": "integerLiteral("0")",
449449
"text": "0"
450450
}
451451
},
@@ -471,7 +471,7 @@
471471
"structure": [],
472472
"text": "0",
473473
"token": {
474-
"kind": "integerLiteral(\"0\")",
474+
"kind": "integerLiteral("0")",
475475
"leadingTrivia": "",
476476
"trailingTrivia": ""
477477
},

0 commit comments

Comments
 (0)