You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported in cucumber/cucumber-js#1241 that a cucumber-expressions of the form 'string {string} equals {string}' when matched against Given string "" equals "" returns undefined for the string values instead of empty strings.
Expected Behavior
When matching the cucumber-expression 'string {string} equals {string}' against the text Given string "" equals "", the values parsed should be empty strings.
Current Behavior
When matching the cucumber-expression 'string {string} equals {string}' against the text Given string "" equals "", the values parsed are each undefined.
Possible Solution
Not sure what changed but was working fine in previous versions. Its still matching correctly but for some reason isn't extracting a value
Summary
Reported in cucumber/cucumber-js#1241 that a cucumber-expressions of the form
'string {string} equals {string}'
when matched againstGiven string "" equals ""
returns undefined for the string values instead of empty strings.Expected Behavior
When matching the cucumber-expression
'string {string} equals {string}'
against the textGiven string "" equals ""
, the values parsed should be empty strings.Current Behavior
When matching the cucumber-expression
'string {string} equals {string}'
against the textGiven string "" equals ""
, the values parsed are each undefined.Possible Solution
Not sure what changed but was working fine in previous versions. Its still matching correctly but for some reason isn't extracting a value
Steps to Reproduce (for bugs)
Context & Motivation
Your Environment
The text was updated successfully, but these errors were encountered: