Sha256: a5b335c45f251645377eb56335bae928d9917a79c69dcd86533a1c6b7febfb14

Contents?: true

Size: 870 Bytes

Versions: 10

Compression:

Stored size: 870 Bytes

Contents

I have {int} cuke(s)
I have 22 cukes
[22]
---
I have {int} cuke(s) and some \\[]^$.|?*+
I have 1 cuke and some \[]^$.|?*+
[1]
---
/I have (\d+) cukes? in my (\w+) now/
I have 22 cukes in my belly now
[22,"belly"]
---
/I have (-?\d+) cukes? in my (.*) now/
I have 1 cuke in my belly now
[1,"belly"]
---
/^Something( with an optional argument)?$/
Something
[null]
---
Привет, {word}!
Привет, Мир!
["Мир"]
---
/I have (.*) cukes? in my (.*) now/
I have 22 cukes in my belly now
["22","belly"]
---
I have {} cuke(s) in my {} now
I have 22 cukes in my belly now
["22","belly"]
---
/^a (pre-commercial transaction |pre buyer fee model )?purchase(?: for \$(\d+))?$/
a purchase for $33
[null,33]
---
Some ${float} of cukes at {int}° Celsius
Some $3.50 of cukes at 42° Celsius
[3.5,42]
---
I select the {int}st/nd/rd/th Cucumber
I select the 3rd Cucumber
[3]

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cucumber-cucumber-expressions-13.0.1 examples.txt
cucumber-cucumber-expressions-12.1.3 examples.txt
cucumber-cucumber-expressions-12.1.2 examples.txt
cucumber-cucumber-expressions-12.1.1 examples.txt
cucumber-cucumber-expressions-12.1.0 examples.txt
cucumber-cucumber-expressions-12.0.1 examples.txt
cucumber-cucumber-expressions-12.0.0 examples.txt
cucumber-cucumber-expressions-11.0.2 examples.txt
cucumber-cucumber-expressions-11.0.1 examples.txt
cucumber-cucumber-expressions-11.0.0 examples.txt