From 54890ee98b9068af41214b86fb693135f0998a0a Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 14 Sep 2023 12:21:57 -0400 Subject: chore(tests): ability to pattern match unordered lines (#20488) This adds the ability to pattern match unordered lines. For example, the downloading messages may appear in any order ``` [UNORDERED_START] Download https://localhost:4546/a.ts Download https://localhost:4546/b.ts [UNORDERED_END] Hello! ``` Additionally, I've made the pattern matching slightly more strict and the output better. --- cli/tests/testdata/info/031_info_ts_error.out | 1 - cli/tests/testdata/info/065_import_map_info.out | 1 - 2 files changed, 2 deletions(-) (limited to 'cli/tests/testdata/info') diff --git a/cli/tests/testdata/info/031_info_ts_error.out b/cli/tests/testdata/info/031_info_ts_error.out index 49df50012..81edd0032 100644 --- a/cli/tests/testdata/info/031_info_ts_error.out +++ b/cli/tests/testdata/info/031_info_ts_error.out @@ -1,4 +1,3 @@ -[WILDCARD] local: [WILDCARD]031_info_ts_error.ts type: TypeScript dependencies: 0 unique diff --git a/cli/tests/testdata/info/065_import_map_info.out b/cli/tests/testdata/info/065_import_map_info.out index 657510b89..68d98f14a 100644 --- a/cli/tests/testdata/info/065_import_map_info.out +++ b/cli/tests/testdata/info/065_import_map_info.out @@ -1,4 +1,3 @@ -[WILDCARD] local: [WILDCARD]test.ts type: TypeScript dependencies: 7 unique -- cgit v1.2.3