From d8b0dda618848eb6517e94fd1747317cda008f78 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 25 Jan 2016 15:48:03 +0200 Subject: Allow non-ASCII in scenario, step names Thanks to Heikki Haapala for reporting the problem. --- simple.scenario | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'simple.scenario') diff --git a/simple.scenario b/simple.scenario index 5beed80..72dfebe 100644 --- a/simple.scenario +++ b/simple.scenario @@ -15,7 +15,18 @@ The following is the actual test in this scenario: AND not all is well FINALLY cleanup -We also support some non-ASCII text: älämölö. +We also support some non-ASCII text: älämölö. We support that also in +scenario and step names: + + SCENARIO fööbär + GIVEN örrör + THEN trööt + + IMPLEMENTS GIVEN örrör + true + + IMPLEMENTS THEN trööt + true We can have code examples: -- cgit v1.2.1