From f3044f9c552b7b40ee22cf52f369d3e67cbdf14d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 25 Jan 2016 16:31:33 +0200 Subject: Encode environment variables in UTF-8 This is an arbitary choice, and wrong, if the locale has something else. I'll fix that some other day. --- simple.scenario | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'simple.scenario') diff --git a/simple.scenario b/simple.scenario index 72dfebe..c08388d 100644 --- a/simple.scenario +++ b/simple.scenario @@ -19,13 +19,13 @@ 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 + GIVEN thing örrör + THEN thing trööt - IMPLEMENTS GIVEN örrör + IMPLEMENTS GIVEN thing (.*) true - IMPLEMENTS THEN trööt + IMPLEMENTS THEN thing (.*) true We can have code examples: -- cgit v1.2.1