summaryrefslogtreecommitdiff
path: root/echo.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-14 16:43:08 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-14 16:43:08 +0200
commitfa9a4faeace06d87f9dd4cffea8efce2246ce81c (patch)
tree57c3b4b7946d9315b9b3aff5069f01eeaebe4da6 /echo.md
parentc04a24aa0d773ab5846729c9b11482e0e3175876 (diff)
downloadsubplot-fa9a4faeace06d87f9dd4cffea8efce2246ce81c.tar.gz
Change: scenario snippets tagged with scenario, not subplot
Diffstat (limited to 'echo.md')
-rw-r--r--echo.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/echo.md b/echo.md
index 2db0c7f..046d7a7 100644
--- a/echo.md
+++ b/echo.md
@@ -16,7 +16,7 @@ No arguments
Run `/bin/echo` without arguments.
-```subplot
+```scenario
when user runs echo without arguments
then exit code is 0
then standard output contains a newline
@@ -28,7 +28,7 @@ Hello, world
This scenario runs `/bin/echo` to produce the output "hello, world".
-```subplot
+```scenario
when user runs echo with arguments hello, world
then exit code is 0
then standard output contains "hello, world"