mirror of
https://github.com/go-task/task.git
synced 2025-06-15 00:15:10 +02:00
Fix "=" not being reconized in variables/environment variables
Fixes #19
This commit is contained in:
@ -57,6 +57,7 @@ func TestVars(t *testing.T) {
|
||||
{"bar.txt", "bar"},
|
||||
{"foo2.txt", "foo2"},
|
||||
{"bar2.txt", "bar2"},
|
||||
{"equal.txt", "foo=bar"},
|
||||
}
|
||||
|
||||
for _, f := range files {
|
||||
|
Reference in New Issue
Block a user