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

Commenting with cmd+/ doesn't add space after !-- #36

Open
Katzen-Gott opened this issue Dec 8, 2017 · 0 comments
Open

Commenting with cmd+/ doesn't add space after !-- #36

Katzen-Gott opened this issue Dec 8, 2017 · 0 comments

Comments

@Katzen-Gott
Copy link

Say there is a .story file

Scenario: some scenario Given some state And some other state When I do something State is changed

Try to comment "And" step using cmd+/. Result will be

Scenario: some scenario Given some state !--And some other state When I do something State is changed

But JBehave requires a space after !--, otherwise it tries to put commented line as a parameter for previous step. In other words, result should be:

Scenario: some scenario Given some state !-- And some other state When I do something State is changed

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

No branches or pull requests

1 participant