mirror of
https://github.com/go-task/task.git
synced 2025-12-16 19:57:43 +01:00
feat: use external package for ordered maps (#1797)
This commit is contained in:
@@ -2755,7 +2755,7 @@ func TestSplitArgs(t *testing.T) {
|
||||
}
|
||||
require.NoError(t, e.Setup())
|
||||
|
||||
vars := &ast.Vars{}
|
||||
vars := ast.NewVars()
|
||||
vars.Set("CLI_ARGS", ast.Var{Value: "foo bar 'foo bar baz'"})
|
||||
|
||||
err := e.Run(context.Background(), &ast.Call{Task: "default", Vars: vars})
|
||||
|
||||
Reference in New Issue
Block a user