summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/050_more_jsons.ts.out6
-rw-r--r--cli/tests/055_import_wasm_via_network.ts.out6
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"
+}