From f018f576993c86a73f0a730ffa56e67e328c7aaf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 1 Jun 2019 22:00:29 +0300 Subject: Add: a second scenario --- echo.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'echo.md') 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 +``` -- cgit v1.2.1