summaryrefslogtreecommitdiff
path: root/support/arara/source/src/test/resources/executiontests/foreign-extension/echoone.yaml
blob: 7c304b991fad14135924aca152312ba83e26755e (plain)
1
2
3
4
5
6
7
8
9
10
!config
identifier: echoone
name: Test rule for conditionals 1
commands:
  - name: The echoer
    command: >
      @{
          return getCommand('echo', 'QuackOne');
      }
arguments: []