summaryrefslogtreecommitdiff
path: root/simple.scenario
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-25 15:48:03 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-25 15:49:18 +0200
commitd8b0dda618848eb6517e94fd1747317cda008f78 (patch)
tree9bf0faaaa0fb58b8e247c2e0766d94405a4f6793 /simple.scenario
parent47ec46db933a867f0c364c945c2412d3193c004f (diff)
downloadcmdtest-d8b0dda618848eb6517e94fd1747317cda008f78.tar.gz
Allow non-ASCII in scenario, step names
Thanks to Heikki Haapala for reporting the problem.
Diffstat (limited to 'simple.scenario')
-rw-r--r--simple.scenario13
1 files changed, 12 insertions, 1 deletions
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: