summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-inspect-proxy.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-util-inspect-proxy.js')
-rw-r--r--test/parallel/test-util-inspect-proxy.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/parallel/test-util-inspect-proxy.js b/test/parallel/test-util-inspect-proxy.js
index 8fc9087703..744bf23526 100644
--- a/test/parallel/test-util-inspect-proxy.js
+++ b/test/parallel/test-util-inspect-proxy.js
@@ -48,11 +48,11 @@ const expected2 = 'Proxy [ Proxy [ {}, {} ], {} ]';
const expected3 = 'Proxy [ Proxy [ Proxy [ {}, {} ], {} ], Proxy [ {}, {} ] ]';
const expected4 = 'Proxy [ Proxy [ {}, {} ], Proxy [ Proxy [ {}, {} ], {} ] ]';
const expected5 = 'Proxy [ Proxy [ Proxy [ Proxy [Object], {} ],' +
- ' Proxy [ {}, {} ] ],\r\n Proxy [ Proxy [ {}, {} ]' +
+ ' Proxy [ {}, {} ] ],\n Proxy [ Proxy [ {}, {} ]' +
', Proxy [ Proxy [Object], {} ] ] ]';
const expected6 = 'Proxy [ Proxy [ Proxy [ Proxy [Object], Proxy [Object]' +
- ' ],\r\n Proxy [ Proxy [Object], Proxy [Object] ] ],\r\n' +
- ' Proxy [ Proxy [ Proxy [Object], Proxy [Object] ],\r\n' +
+ ' ],\n Proxy [ Proxy [Object], Proxy [Object] ] ],\n' +
+ ' Proxy [ Proxy [ Proxy [Object], Proxy [Object] ],\n' +
' Proxy [ Proxy [Object], Proxy [Object] ] ] ]';
assert.strictEqual(util.inspect(proxy1, opts), expected1);
assert.strictEqual(util.inspect(proxy2, opts), expected2);