mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
Add basic unit tests for label attribute
This commit is contained in:
10
testdata/label_var/Taskfile.yml
vendored
Normal file
10
testdata/label_var/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3'
|
||||
|
||||
vars:
|
||||
BAR: baz
|
||||
|
||||
tasks:
|
||||
foo:
|
||||
label: "foo{{.BAR}}"
|
||||
status:
|
||||
- echo "I'm ok"
|
||||
Reference in New Issue
Block a user