Skip to content

Commit 0d0a080

Browse files
committed
Merge pull request #933 from sih4sing5hong5/patch-1
Update README.md
2 parents 2398597 + b806dd4 commit 0d0a080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You're most likely going to paste code and output, so familiarise yourself with
3131
<pre>
3232
```java
3333
// Why doesn't this work?
34-
@Given("I have 3 cukes in my (.*)")
34+
@Given("I have (\\d+) cukes in my (.*)")
3535
public void some_cukes(int howMany, String what) {
3636
// HALP!
3737
}

0 commit comments

Comments
 (0)