cucumber-kotlin icon indicating copy to clipboard operation
cucumber-kotlin copied to clipboard

Highlighting problem when ParameterType regex is a variable instead of String

Open stehal opened this issue 1 year ago • 0 comments

Highlighting in feature file works: ParameterType("rawAlias", "[A-Za-z0-9_åäöÅÄÖ\\-\\.]+")

Doesn't work:

val regex = "[A-Za-z0-9_åäöÅÄÖ\\-\\.]+"

ParameterType("rawAlias", regex)

stehal avatar Mar 07 '24 12:03 stehal