@@ -47,13 +47,13 @@ const expected1 = 'Proxy [ {}, {} ]';
4747const expected2 = 'Proxy [ Proxy [ {}, {} ], {} ]' ;
4848const expected3 = 'Proxy [ Proxy [ Proxy [ {}, {} ], {} ], Proxy [ {}, {} ] ]' ;
4949const expected4 = 'Proxy [ Proxy [ {}, {} ], Proxy [ Proxy [ {}, {} ], {} ] ]' ;
50- const expected5 = 'Proxy [ Proxy [ Proxy [ Proxy [Object ], {} ],' +
50+ const expected5 = 'Proxy [ Proxy [ Proxy [ Proxy [Array ], {} ],' +
5151 ' Proxy [ {}, {} ] ],\n Proxy [ Proxy [ {}, {} ]' +
52- ', Proxy [ Proxy [Object ], {} ] ] ]' ;
53- const expected6 = 'Proxy [ Proxy [ Proxy [ Proxy [Object ], Proxy [Object ]' +
54- ' ],\n Proxy [ Proxy [Object ], Proxy [Object ] ] ],\n' +
55- ' Proxy [ Proxy [ Proxy [Object ], Proxy [Object ] ],\n' +
56- ' Proxy [ Proxy [Object ], Proxy [Object ] ] ] ]' ;
52+ ', Proxy [ Proxy [Array ], {} ] ] ]' ;
53+ const expected6 = 'Proxy [ Proxy [ Proxy [ Proxy [Array ], Proxy [Array ]' +
54+ ' ],\n Proxy [ Proxy [Array ], Proxy [Array ] ] ],\n' +
55+ ' Proxy [ Proxy [ Proxy [Array ], Proxy [Array ] ],\n' +
56+ ' Proxy [ Proxy [Array ], Proxy [Array ] ] ] ]' ;
5757assert . strictEqual ( util . inspect ( proxy1 , opts ) , expected1 ) ;
5858assert . strictEqual ( util . inspect ( proxy2 , opts ) , expected2 ) ;
5959assert . strictEqual ( util . inspect ( proxy3 , opts ) , expected3 ) ;
0 commit comments