summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml')
-rw-r--r--Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml b/Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml
new file mode 100644
index 00000000000..61915393b52
--- /dev/null
+++ b/Master/texmf-dist/source/support/arara/src/test/resources/executiontests/conditionals/echotwo.yaml
@@ -0,0 +1,10 @@
+!config
+identifier: echotwo
+name: Test rule for conditionals 2
+commands:
+ - name: The echoer
+ command: >
+ @{
+ return getCommand('echo', 'QuackTwo');
+ }
+arguments: []