Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Feb 9, 2018
1 parent c746ed7 commit 00f859f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cucumber-expressions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,16 @@ It would also match this text:

I have 42 cucumbers in my belly

If you ever need to match those parentheses literally, you can escape the
first opening parenthesis with a backslash:

I have {int} cucumber(s) in my belly \(amazing!)

This expression would match the following examples:

I have 1 cucumber in my belly (amazing!)
I have 42 cucumbers in my belly (amazing!)

## Alternative text

Sometimes you want to relax your language, to make it flow better. For example:
Expand Down

0 comments on commit 00f859f

Please sign in to comment.