deno/cli/tests/testdata/import_attributes
David Sherret 54890ee98b
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.
2023-09-14 16:21:57 +00:00
..
data.json
dynamic_error.out chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
dynamic_error.ts
dynamic_import.out
dynamic_import.ts
json_with_shebang.json
json_with_shebang.ts
json_with_shebang.ts.out
static_error.out chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
static_error.ts
static_export.out chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
static_export.ts
static_import.out chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
static_import.ts
static_reexport.ts
type_check.out
type_check.ts