summaryrefslogtreecommitdiff
path: root/echo.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-01 22:00:29 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-01 22:00:29 +0300
commitf018f576993c86a73f0a730ffa56e67e328c7aaf (patch)
tree4e1f40faf8bc1e8efed27925382521f01977b10c /echo.md
parent8d603a5d369178a04e099acd93de450ff351022d (diff)
downloadfable-poc-f018f576993c86a73f0a730ffa56e67e328c7aaf.tar.gz
Add: a second scenario
Diffstat (limited to 'echo.md')
-rw-r--r--echo.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/echo.md b/echo.md
index f9bd88d..fef520e 100644
--- a/echo.md
+++ b/echo.md
@@ -23,3 +23,15 @@ then exit code is 0
and standard output contains a newline
and standard error is empty
```
+
+Hello, world
+=============================================================================
+
+This scenario runs `/bin/echo` to produce the output "hello, world".
+
+```fable
+when user runs echo with arguments hello, world
+then exit code is 0
+and standard output contains "hello, world"
+and standard error is empty
+```