adjust test

This commit is contained in:
alexlamsl 2018-01-11 15:22:17 +08:00
parent af1586b9dd
commit ab0fa07e1b

View File

@ -1110,6 +1110,7 @@ join_object_assignments: {
console.log(function() {
var x = {
a: 1,
c: (console.log("c"), "C"),
};
x.b = 2;
x[3] = function() {
@ -1124,6 +1125,7 @@ join_object_assignments: {
console.log(function() {
var x = {
a: 1,
c: (console.log("c"), "C"),
b: 2,
3: function() {
console.log(x);