Patrick Steele-Idem 5df81440e5 Reorganized tests
2016-05-05 07:56:24 -07:00

18 lines
257 B
JSON

[
{
"type": "Literal",
"value": "Hello, John"
},
{
"type": "BinaryExpression",
"left": {
"type": "Identifier",
"name": "abc"
},
"operator": "+",
"right": {
"type": "Literal",
"value": 123
}
}
]