summaryrefslogtreecommitdiff
path: root/echo.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-11-30 17:36:10 +0200
committerLars Wirzenius <liw@liw.fi>2019-11-30 19:23:56 +0200
commit3ccba3039795ce0be3e5f5cec6216dc853da76c2 (patch)
treee03e78189d0465660aabe68cf531dd50f19cd51a /echo.md
parentbdf25e5964865b0faef15e1e330e482f2510054b (diff)
downloadsubplot-3ccba3039795ce0be3e5f5cec6216dc853da76c2.tar.gz
Change: typeset using bindings information
Read bindings from the file named in the document meta data.
Diffstat (limited to 'echo.md')
-rw-r--r--echo.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/echo.md b/echo.md
index 08072a0..2db0c7f 100644
--- a/echo.md
+++ b/echo.md
@@ -19,8 +19,8 @@ Run `/bin/echo` without arguments.
```subplot
when user runs echo without arguments
then exit code is 0
-and standard output contains a newline
-and standard error is empty
+then standard output contains a newline
+then standard error is empty
```
Hello, world
@@ -31,6 +31,6 @@ This scenario runs `/bin/echo` to produce the output "hello, world".
```subplot
when user runs echo with arguments hello, world
then exit code is 0
-and standard output contains "hello, world"
-and standard error is empty
+then standard output contains "hello, world"
+then standard error is empty
```