From 61b65a32b6fb385ca78ac0226d633581cf4866a9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 1 Jun 2019 21:04:33 +0300 Subject: Add: echo.md and echo.yaml These will be used as test data for code generation. --- echo.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 echo.yaml (limited to 'echo.yaml') 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 -- cgit v1.2.1