summaryrefslogtreecommitdiff
path: root/echo.md
diff options
context:
space:
mode:
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
+```