From 0639d66b4d25eb71202caf64820bf00b47b06681 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Feb 2020 18:27:34 +0200 Subject: Fix: use the right tag for scenario blocks We were using the "subplot" tag, when the correct tag is "scenario". Tests pass despite the change. --- subplot.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subplot.md b/subplot.md index f7d38ac..ff05be7 100644 --- a/subplot.md +++ b/subplot.md @@ -488,7 +488,7 @@ functions: f.py # Simple This is the simplest possible test scenario -```subplot +```scenario given precondition foo when I do bar then bar was done @@ -579,7 +579,7 @@ functions: f.py ## heading 1.1 ### heading 1.1.1 -```subplot +```scenario given precondition foo ``` ~~~~ @@ -608,7 +608,7 @@ functions: f.py # heading 1 ## heading 1.1a -```subplot +```scenario given precondition foo ``` @@ -643,12 +643,12 @@ functions: f.py ## heading 1.1 ### heading 1.1.1 -```subplot +```scenario given precondition foo ``` ### heading 1.1.2 -```subplot +```scenario given precondition foo ``` ~~~~ @@ -680,12 +680,12 @@ functions: f.py ## heading 1.1 ### heading 1.1.1 -```subplot +```scenario given precondition foo ``` ## heading 1.2 -```subplot +```scenario given precondition foo ``` ~~~~ -- cgit v1.2.1