Skip to content

Step not linked when using "fmt" #36

@lopezdonaque

Description

@lopezdonaque

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions