Added parseExpression test for literals

This commit is contained in:
Patrick Steele-Idem 2016-01-04 10:44:42 -07:00
parent 1c37a6f56c
commit 39c5fa1e0a
4 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"type": "Literal",
"value": 123
}

View File

@ -0,0 +1 @@
123

View File

@ -0,0 +1,4 @@
{
"type": "Literal",
"value": "foo"
}

View File

@ -0,0 +1 @@
"foo"