generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi, your plugin is really helpful! Thanks for it!
I found this issue trying it.
When I use "fmt" the step is found, but not linked in the feature file.
// Works
ctx.Step(`^there are (\d+) godogs$`, func() {})
// Does not work
ctx.Step(fmt.Sprintf(`^there are %s godogs$`, `(\d+)`), func() {})Goland 2024.1.4
Plugin 0.2.1
nikolaymatrosov and SpencerC
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request