1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-23 15:39:49 -05:00
denoland-deno/cli/tests/testdata/task
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
..
both refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
deno_json chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
deno_json_pre_post fix(npm): run pre and post tasks if present (#19178) 2023-05-18 15:51:17 -04:00
npx refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
package_json refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
package_json_post fix(npm): run pre and post tasks if present (#19178) 2023-05-18 15:51:17 -04:00
package_json_post_only fix(npm): run pre and post tasks if present (#19178) 2023-05-18 15:51:17 -04:00
package_json_pre fix(npm): run pre and post tasks if present (#19178) 2023-05-18 15:51:17 -04:00
package_json_pre_only fix(npm): run pre and post tasks if present (#19178) 2023-05-18 15:51:17 -04:00
package_json_pre_post fix(npm): run pre and post tasks if present (#19178) 2023-05-18 15:51:17 -04:00