Skip to content

Commit 775b343

Browse files
author
James Halliday
committed
fixed nested object setter test
1 parent 8a475b2 commit 775b343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ exports['nested dotted objects'] = function () {
315315
baz : 4,
316316
quux : {
317317
quibble : 5,
318-
quux : { o_O : true },
318+
o_O : true
319319
},
320320
});
321321
assert.deepEqual(argv.beep, { boop : true });

0 commit comments

Comments
 (0)