This commit is contained in:
Sebastian McKenzie 2014-11-11 09:20:05 +11:00
commit ea1119c72c

View File

@ -403,7 +403,7 @@ test("(1 + 2 ) * 3", {
preserveParens: true
});
test("(x) = 23", {}, { preserveParens: true });
testFail("(x) = 23", "Assigning to rvalue (1:0)", { preserveParens: true });
test("x = []", {
type: "Program",