We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02da4a7 commit 8030fd1Copy full SHA for 8030fd1
cucumber-java/README.md
@@ -357,8 +357,8 @@ public class TransformerDefinitions {
357
formatter = DateTimeFormatter.ofPattern("dd MMMM yyyy").withLocale(locale);
358
}
359
360
- @ParameterType(name = "date", value = "\\d{1,2} \\w+ \\d{4}")
361
- public LocalDate parseLocalDate(String value) {
+ @ParameterType(value = "\\d{1,2} \\w+ \\d{4}")
+ public LocalDate localizedDate(String value) {
362
return LocalDate.parse(value, formatter);
363
364
0 commit comments