Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Step names can't be duplicated #91

Conversation

krzysztof-jusiak
Copy link
Contributor

Problem:

  • Steps are only matched by the name which prevents multiple steps on different lines to be used as the first match will be always taken.

Solution:

  • Follow also the line step next to the name so that steps with the same name can be distinguished. In order for the step to match the name has to match and the line of given step has to be greater/equal than the line of the currently processed step.

Problem:
- Steps are only matched by the name which prevents multiple steps on
  different lines to be used as the first match will be always taken.

Solution:
- Follow also the line step next to the name so that steps with the same
  name can be distinguished. In order for the step to match the name has
  to match and the line of given step has to be greater/equal than the
  line of the currently processed step.
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant