Skip to content

Commit 1c6032c

Browse files
committed
Change incorrect string literal part to integer expression
1 parent 1ddd4ee commit 1c6032c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

test/tests/functions/number.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,14 @@
400400
"exp": "42",
401401
"expParts": [
402402
{
403-
"type": "literal",
404-
"value": "42"
403+
"type": "number",
404+
"source": "|42|",
405+
"parts": [
406+
{
407+
"type": "integer",
408+
"value": "42"
409+
}
410+
]
405411
}
406412
]
407413
}

0 commit comments

Comments
 (0)