1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Add basic unit tests for label attribute

This commit is contained in:
Adam Wasila
2020-06-14 11:02:25 +02:00
parent 9f83311931
commit 4bc183a8a1
6 changed files with 122 additions and 0 deletions

8
testdata/label_summary/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
version: '3'
tasks:
foo:
label: "foobar"
desc: description
status:
- echo "I'm ok"