diff options
Diffstat (limited to 'devel/py-cucumber-expressions/pkg-descr')
-rw-r--r-- | devel/py-cucumber-expressions/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-cucumber-expressions/pkg-descr b/devel/py-cucumber-expressions/pkg-descr new file mode 100644 index 000000000000..8667e9d18dcc --- /dev/null +++ b/devel/py-cucumber-expressions/pkg-descr @@ -0,0 +1,11 @@ +Cucumber Expressions is an alternative to Regular Expressions with a more +intuitive syntax. + +Cucumber supports both Cucumber Expressions and Regular Expressions for defining +Step Definitions, but you cannot mix Cucumber Expression syntax with Regular +Expression syntax in the same expression. + +On platforms that don't have a literal syntax for regular expressions (such as +Java), Cucumber will create a Cucumber Expression by default. To use Regular +Expressions, add anchors (starting with ^ and ending with $) or forward slashes +(/). For more information, see Cucumber Expression - Java Heuristics. |