summaryrefslogtreecommitdiff
path: root/echo.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-01 21:04:33 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-01 21:04:33 +0300
commit61b65a32b6fb385ca78ac0226d633581cf4866a9 (patch)
treee5b4f848abbdc3dd0b84ae63e76aa2cefb8ea0cb /echo.yaml
parentb3edd8fd3977bf76d3179c7562bb18708a9e3bd2 (diff)
downloadfable-poc-61b65a32b6fb385ca78ac0226d633581cf4866a9.tar.gz
Add: echo.md and echo.yaml
These will be used as test data for code generation.
Diffstat (limited to 'echo.yaml')
-rw-r--r--echo.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/echo.yaml b/echo.yaml
new file mode 100644
index 0000000..773c192
--- /dev/null
+++ b/echo.yaml
@@ -0,0 +1,4 @@
+- when: user runs echo without arguments
+- then: exit code is 0
+- then: standard output contains a newline
+- then: standard error is empty