diff options
Diffstat (limited to 'tests/specs/task/doc_comments_no_args/task.out')
-rw-r--r-- | tests/specs/task/doc_comments_no_args/task.out | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/specs/task/doc_comments_no_args/task.out b/tests/specs/task/doc_comments_no_args/task.out new file mode 100644 index 000000000..635e36090 --- /dev/null +++ b/tests/specs/task/doc_comments_no_args/task.out @@ -0,0 +1,9 @@ +Available tasks: +- lint + // this task has documentation + // + // in the form of comments + deno lint +- fmt + // block comments are fine too + deno fmt |