test inline expression parse errors

pull/31/head
Rich-Harris 9 years ago
parent 4e3e6a45b6
commit 1eb3b7373e

@ -0,0 +1,8 @@
{
"message": "Assigning to rvalue",
"loc": {
"line": 1,
"column": 2
},
"pos": 2
}

@ -1,8 +1,8 @@
{
"message": "Unexpected end of input",
"loc": {
"line": 1,
"column": 5
"line": 2,
"column": 0
},
"pos": 5
"pos": 6
}

Loading…
Cancel
Save