mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
54890ee98b
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. |
||
---|---|---|
.. | ||
deno.json | ||
task_additional_args.out | ||
task_additional_args_nested_strings.out | ||
task_additional_args_no_logic.out | ||
task_additional_args_no_shell_expansion.out | ||
task_boolean_logic.out | ||
task_cwd.out | ||
task_deno_exe_no_env.out | ||
task_exit_code_5.out | ||
task_init_cwd.out | ||
task_init_cwd_already_set.out | ||
task_no_args.out | ||
task_non_existent.out | ||
task_piped_stdin.out |