-
-
Notifications
You must be signed in to change notification settings - Fork 820
Quoting of { and } does not work anymore #2812
Copy link
Copy link
Labels
area: execChanges related to the execution of commands.Changes related to the execution of commands.dep: mvdan/shIssues related to the upstream interpreter used by Task.Issues related to the upstream interpreter used by Task.
Metadata
Metadata
Assignees
Labels
area: execChanges related to the execution of commands.Changes related to the execution of commands.dep: mvdan/shIssues related to the upstream interpreter used by Task.Issues related to the upstream interpreter used by Task.
Type
Fields
Give feedbackNo fields configured for bug.
Description
After updating task to 3.50.0 the example task file does not work anymore.
With 3.49.1, the following value of the parameter
--filename-templateis provided to the executed command:{{iriname}}.Now, with 3.50.0 this value is provided to the command:
\{\{iriname\}\}.So the quoting of
{and}does not work anymore.Version
3.50.0
Operating system
darwin arm64
Experiments Enabled
No response
Example Taskfile