summaryrefslogtreecommitdiff
path: root/README.yarn
diff options
context:
space:
mode:
Diffstat (limited to '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