add tests to previous

This commit is contained in:
Kevin Ard
2020-11-13 16:24:34 -05:00
parent 9bed7f7a9b
commit 347c796662
2 changed files with 61 additions and 1 deletions

12
testdata/list_mixed_desc/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
version: '3'
tasks:
foo:
label: "foobar"
desc: "foo has desc and label"
voo:
label: "voo has no desc"
doo:
label: "doo has desc, no label"