mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
should not surpress empty lines expect on last line
This commit is contained in:
8
testdata/details/Taskfile.yml
vendored
8
testdata/details/Taskfile.yml
vendored
@@ -22,3 +22,11 @@ tasks:
|
||||
details: details of other-task-with-details
|
||||
cmds:
|
||||
- echo 'other-task-with-details was executed'
|
||||
|
||||
task-with-description-containing-empty-line:
|
||||
details: |
|
||||
First line followed by empty line
|
||||
|
||||
Last Line
|
||||
cmds:
|
||||
- exit 0
|
||||
|
Reference in New Issue
Block a user