From 2e5e5fe393059091ed3b69a484c89aa144046a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sabiniarz?= <31597105+mhvsa@users.noreply.github.com> Date: Tue, 24 Mar 2020 05:57:05 +0100 Subject: console: replace object abbreviation with line breaking (#4425) --- cli/tests/050_more_jsons.ts.out | 6 +++++- cli/tests/055_import_wasm_via_network.ts.out | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/050_more_jsons.ts.out b/cli/tests/050_more_jsons.ts.out index 0ca014a21..c3d1e5cbf 100644 --- a/cli/tests/050_more_jsons.ts.out +++ b/cli/tests/050_more_jsons.ts.out @@ -1,5 +1,9 @@ { a: 123, b: [ 1, 2, 3 ], c: null } 123 -{ $var: { a: 123, b: [ 1, 2, 3 ], c: null }, with space: "invalid variable name", function: "reserved word" } +{ + $var: { a: 123, b: [ 1, 2, 3 ], c: null }, + with space: "invalid variable name", + function: "reserved word" +} invalid variable name just a string diff --git a/cli/tests/055_import_wasm_via_network.ts.out b/cli/tests/055_import_wasm_via_network.ts.out index ec832c585..c43c192fb 100644 --- a/cli/tests/055_import_wasm_via_network.ts.out +++ b/cli/tests/055_import_wasm_via_network.ts.out @@ -1 +1,5 @@ -Module { add_one: [Function: 0], memory: WebAssembly.Memory {}, Symbol(Symbol.toStringTag): "Module" } +Module { + add_one: [Function: 0], + memory: WebAssembly.Memory {}, + Symbol(Symbol.toStringTag): "Module" +} -- cgit v1.2.3