From c84532b6d5a424694c519260f0cf407b1d8ba604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 2 Sep 2021 17:38:19 +0200 Subject: chore: upgrade crates (#11894) Co-authored-by: David Sherret --- cli/tests/testdata/doc/types_header.out | 2 +- cli/tests/testdata/doc/types_hint.out | 2 +- cli/tests/testdata/doc/types_ref.out | 2 +- cli/tests/testdata/doc/use_import_map.out | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/tests/testdata/doc') diff --git a/cli/tests/testdata/doc/types_header.out b/cli/tests/testdata/doc/types_header.out index ccff1a373..c7eda2d87 100644 --- a/cli/tests/testdata/doc/types_header.out +++ b/cli/tests/testdata/doc/types_header.out @@ -1,6 +1,6 @@ Download http://127.0.0.1:4545/xTypeScriptTypes.js Download http://127.0.0.1:4545/xTypeScriptTypes.d.ts -Defined in http://127.0.0.1:4545/xTypeScriptTypes.d.ts:1:0 +Defined in http://127.0.0.1:4545/xTypeScriptTypes.d.ts:1:0 const foo: "foo" diff --git a/cli/tests/testdata/doc/types_hint.out b/cli/tests/testdata/doc/types_hint.out index 7eb05faed..dd975360a 100644 --- a/cli/tests/testdata/doc/types_hint.out +++ b/cli/tests/testdata/doc/types_hint.out @@ -1,4 +1,4 @@ -Defined in [WILDCARD]/type_definitions/foo.d.ts:2:0 +Defined in [WILDCARD]/type_definitions/foo.d.ts:2:0 const foo: string An exported value. diff --git a/cli/tests/testdata/doc/types_ref.out b/cli/tests/testdata/doc/types_ref.out index 7eb05faed..dd975360a 100644 --- a/cli/tests/testdata/doc/types_ref.out +++ b/cli/tests/testdata/doc/types_ref.out @@ -1,4 +1,4 @@ -Defined in [WILDCARD]/type_definitions/foo.d.ts:2:0 +Defined in [WILDCARD]/type_definitions/foo.d.ts:2:0 const foo: string An exported value. diff --git a/cli/tests/testdata/doc/use_import_map.out b/cli/tests/testdata/doc/use_import_map.out index 0b27ccf18..82de4dbb0 100644 --- a/cli/tests/testdata/doc/use_import_map.out +++ b/cli/tests/testdata/doc/use_import_map.out @@ -1,4 +1,4 @@ -Defined in [WILDCARD]/doc/module/fun.js:2:0 +Defined in [WILDCARD]/doc/module/fun.js:2:0 function fun(_a, _b) This is some documentation -- cgit v1.2.3