This repository was archived by the owner on Dec 21, 2024. It is now read-only.
Add info about use of colons with keywords (Closes #284) #691
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
From #284:
** Use of colons **
From gitter: Jeff Johnson @jeffcjohnson Jan 16 20:45
When writing features, if a newbie like me puts a colon after Given, When or Then, it doesn't complain but doesn't do anything either. It took a while to figure out why my test was being ignored.
It would be helpful to clarify somewhere in the docs, possibly the Gherkin page.
Added this to the docs.
Motivation & context
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
e.g. "Fixes #99"
Type of change
Note to other contributors
If your change may impact future contributors, explain it here, and remember to update README.md and CONTRIBUTING.md accordingly.
Update required of cucumber.io/docs
If the Cucumber documentation will require an update,
submit an issue or ideally a pull request to cucumber/docs and
reference it here.
e.g. "Ref: cucumber/docs/pull/#99"
Checklist: