diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/query/injections/yaml/bash-on-taskfiles.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/query/injections/yaml/bash-on-taskfiles.yml b/tests/query/injections/yaml/bash-on-taskfiles.yml index 87a699cc3..c99dc4667 100644 --- a/tests/query/injections/yaml/bash-on-taskfiles.yml +++ b/tests/query/injections/yaml/bash-on-taskfiles.yml @@ -13,3 +13,12 @@ tasks: - echo "{{.GREETING}}" # ^ @bash silent: true + cmd: + cmd: echo "{{.GREETING}}" + # ^ @bash + silent: true + cmd-block: + cmd: | + echo "{{.GREETING}}" + # ^ @bash + silent: true |
