1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/testdata/task/deno_json
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
..
deno.json feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_additional_args.out feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_additional_args_nested_strings.out feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_additional_args_no_logic.out feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_additional_args_no_shell_expansion.out feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_boolean_logic.out feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_cwd.out feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_deno_exe_no_env.out chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
task_exit_code_5.out feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_init_cwd.out feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_init_cwd_already_set.out feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_no_args.out feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_non_existent.out feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
task_piped_stdin.out chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00