summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@tilaajavastuu.fi>2015-02-10 10:25:04 +0200
committerLars Wirzenius <liw@liw.fi>2015-02-10 10:31:01 +0200
commit70df4760574d8143186be21a558c100f001a0155 (patch)
treeca907ab2a3998b0382e7d7809c18f0e2ba2f4bd9
parent0185e694afdd4741a4e4f64a9cf0fa2a2aa3990e (diff)
downloadcmdtest-70df4760574d8143186be21a558c100f001a0155.tar.gz
Update README.yarn
-rw-r--r--README.yarn4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.yarn b/README.yarn
index 5f1c7a2..843fac8 100644
--- a/README.yarn
+++ b/README.yarn
@@ -99,7 +99,9 @@ A test document is written in [Markdown][markdown], with block
quoted code blocks being interpreted specially. Each block
must follow the syntax defined here.
-* Every step in a scenario is one line, and starts with a keyword.
+* Every step in a scenario is one logical line, and starts with a
+ keyword. A step can be continued on the next physical line by
+ starting the next line with `...` (three dots, followed by a space).
* Each implementation (IMPLEMENTS) starts as a new block, and
continues until there is a block that starts with another