From 81c5ddf9f2cec291be9b7e31e9d8c430585a7519 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 23 Mar 2023 10:58:53 -0400 Subject: fix(inspect): ensure non-compact output when object literal has newline in entry text (#18366) Fixes `Deno.inspect` to make an object literal non-compact when an entry has multiple lines in it. --- cli/tests/integration/run_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index e4d670935..d46684905 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -3261,8 +3261,8 @@ itest!(unhandled_rejection_dynamic_import2 { }); itest!(nested_error { - args: "run run/nested_error.ts", - output: "run/nested_error.ts.out", + args: "run run/nested_error/main.ts", + output: "run/nested_error/main.ts.out", exit_code: 1, }); -- cgit v1.2.3