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

13 lines
167 B
JSON

{
"type": "NewExpression",
"callee": {
"type": "Identifier",
"name": "Foo"
},
"args": [
{
"type": "Literal",
"value": "abc"
}
]
}