From 38e88e32b79cf9605b57751802aef1ebff924d98 Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com> Date: Fri, 11 Mar 2022 01:57:57 +0100 Subject: fix(info): print deno info paths with unescaped backslashes on windows (#13847) --- cli/tests/testdata/041_info_flag.out | 10 +++++----- cli/tests/testdata/041_info_flag_location.out | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/testdata/041_info_flag.out b/cli/tests/testdata/041_info_flag.out index ded795339..cb94386e8 100644 --- a/cli/tests/testdata/041_info_flag.out +++ b/cli/tests/testdata/041_info_flag.out @@ -1,5 +1,5 @@ -DENO_DIR location: "[WILDCARD]" -Remote modules cache: "[WILDCARD]deps" -Emitted modules cache: "[WILDCARD]gen" -Language server registries cache: "[WILDCARD]registries" -Origin storage: "[WILDCARD]location_data" +DENO_DIR location: [WILDCARD] +Remote modules cache: [WILDCARD]deps +Emitted modules cache: [WILDCARD]gen +Language server registries cache: [WILDCARD]registries +Origin storage: [WILDCARD]location_data diff --git a/cli/tests/testdata/041_info_flag_location.out b/cli/tests/testdata/041_info_flag_location.out index 207065012..fa111cf18 100644 --- a/cli/tests/testdata/041_info_flag_location.out +++ b/cli/tests/testdata/041_info_flag_location.out @@ -1,6 +1,6 @@ -DENO_DIR location: "[WILDCARD]" -Remote modules cache: "[WILDCARD]deps" -Emitted modules cache: "[WILDCARD]gen" -Language server registries cache: "[WILDCARD]registries" -Origin storage: "[WILDCARD]location_data[WILDCARD]" -Local Storage: "[WILDCARD]location_data[WILDCARD]local_storage" +DENO_DIR location: [WILDCARD] +Remote modules cache: [WILDCARD]deps +Emitted modules cache: [WILDCARD]gen +Language server registries cache: [WILDCARD]registries +Origin storage: [WILDCARD]location_data[WILDCARD] +Local Storage: [WILDCARD]location_data[WILDCARD]local_storage -- cgit v1.2.3