Update tests for #158

This commit is contained in:
Ingvar Stepanyan 2014-11-09 16:02:12 +02:00 committed by Marijn Haverbeke
parent ba73b0e17e
commit 51bc64a558

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",