From 70df4760574d8143186be21a558c100f001a0155 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 10 Feb 2015 10:25:04 +0200 Subject: Update README.yarn --- README.yarn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1