Skip to content

Commit 1ba5f56

Browse files
committed
Change literal from number to string in test
1 parent 3ca3ff6 commit 1ba5f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/functions/number.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"expParts": [
402402
{
403403
"type": "literal",
404-
"value": 42
404+
"value": "42"
405405
}
406406
]
407407
}

0 commit comments

Comments
 (0)