diff options
author | MichaĆ Sabiniarz <31597105+mhvsa@users.noreply.github.com> | 2020-03-24 05:57:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 00:57:05 -0400 |
commit | 2e5e5fe393059091ed3b69a484c89aa144046a4a (patch) | |
tree | 73408e76a8d5557426bf0a95f9581282c71fc0b2 /cli/tests | |
parent | c61a231ff40c027af2df9b303b834535c6407a38 (diff) |
console: replace object abbreviation with line breaking (#4425)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/050_more_jsons.ts.out | 6 | ||||
-rw-r--r-- | cli/tests/055_import_wasm_via_network.ts.out | 6 |
2 files changed, 10 insertions, 2 deletions
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" +} |