1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00

v3: Allow interpolation on "includes"

The idea is to allow manual inclusion of a OS-dependant Taskfile, since it's
not automatically included anymore.
This commit is contained in:
Andrey Nering
2020-05-17 16:03:03 -03:00
parent 191c34c9c4
commit 9f0f18c5c4
6 changed files with 33 additions and 4 deletions

View File

@@ -560,6 +560,7 @@ func TestIncludes(t *testing.T) {
"included_taskfile_without_dir.txt": "included_taskfile_without_dir",
"./module2/included_directory_with_dir.txt": "included_directory_with_dir",
"./module2/included_taskfile_with_dir.txt": "included_taskfile_with_dir",
"os_include.txt": "os",
},
}
tt.Run(t)