examples.txt in cucumber-cucumber-expressions-10.3.0 vs examples.txt in cucumber-cucumber-expressions-11.0.0
- old
+ new
@@ -1,10 +1,10 @@
I have {int} cuke(s)
I have 22 cukes
[22]
---
-I have {int} cuke(s) and some \[]^$.|?*+
+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
@@ -35,5 +35,9 @@
[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]