diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-05-24 23:26:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 17:26:04 +0200 |
commit | 6044b037fb3efd638e599f39da2b28f53c915319 (patch) | |
tree | b5c4613f8c607eebfc7840514a1592caab30f718 /cli/tests/test | |
parent | 428bc6849f36ea31f32a42cb8acf64a5902659bf (diff) |
fix(cli/test): don't use reserved symbol `:` in specifier (#10751)
Diffstat (limited to 'cli/tests/test')
-rw-r--r-- | cli/tests/test/doc.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/test/doc.out b/cli/tests/test/doc.out index 0f3d02aa3..18f81d3a3 100644 --- a/cli/tests/test/doc.out +++ b/cli/tests/test/doc.out @@ -1,5 +1,5 @@ -Check [WILDCARD]/doc.ts:2-7 +Check [WILDCARD]/doc.ts$2-7 error: TS2367 [ERROR]: This condition will always return 'false' since the types 'string' and 'number' have no overlap. console.assert(example() == 42); ~~~~~~~~~~~~~~~ - at [WILDCARD]/doc.ts:2-7.ts:3:16 + at [WILDCARD]/doc.ts$2-7.ts:3:16 |