mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
fix: variables passed to included taskfile (#1533)
This commit is contained in:
@@ -1785,7 +1785,7 @@ Hello bar
|
||||
`)
|
||||
require.NoError(t, e.Run(context.Background(), &ast.Call{Task: "default"}))
|
||||
t.Log(buff.String())
|
||||
assert.Equal(t, strings.TrimSpace(buff.String()), expectedOutputOrder)
|
||||
assert.Equal(t, expectedOutputOrder, strings.TrimSpace(buff.String()))
|
||||
}
|
||||
|
||||
func TestErrorCode(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user