diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-11-02 18:51:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-02 18:51:37 +0100 |
| commit | 5140795662a9d5eb13031912fa193b7305779c1f (patch) | |
| tree | 9cc5751925b406f1d76f7b3e52900751e1c17575 /cli/tests | |
| parent | 32b449f891c7a476e21841b6b96cfae31fd60a1b (diff) | |
chore: update deno_doc (#16515)
Diffstat (limited to 'cli/tests')
| -rw-r--r-- | cli/tests/testdata/doc/types_header.out | 2 | ||||
| -rw-r--r-- | cli/tests/testdata/doc/types_hint.out | 2 | ||||
| -rw-r--r-- | cli/tests/testdata/doc/types_ref.out | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/testdata/doc/types_header.out b/cli/tests/testdata/doc/types_header.out index c7eda2d87..b6ad8f0bf 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:13 const foo: "foo" diff --git a/cli/tests/testdata/doc/types_hint.out b/cli/tests/testdata/doc/types_hint.out index dd975360a..5df430384 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:13 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 dd975360a..5df430384 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:13 const foo: string An exported value. |
