-
-
Notifications
You must be signed in to change notification settings - Fork 689
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
cucumber-expressions: Bad (bad!) error message when using special characters. #345
Comments
By the way, I believe #334 is not published yet? In which case the docs are misleading. "devDependencies": {
"cucumber": "^4.0.0",
}, |
Thanks for reporting this. It was interesting to hear about how many times you tried and what you could have done instead. I'm not sure how it helps fix the bug ;-) |
Fixed in 5.0.14 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
With:
Spits:
I've just tried it 4051 times - copying your snippet to my code - and it doesn't work. It took 45 minutes - I could have watched another episode of Stranger Things instead.
Expected Behaviour
If I do what you tell me to do - it should work.
Current Behavior
I did what you told me to do - but it didn't work.
Possible Solution
If a step definition includes special characters, escape them in the snippet.
Much better than baffling us and make us find and read the docs:
Why should we fix this?
See Mind your output by Dan Abramov.
Related issues
#333 #107
The text was updated successfully, but these errors were encountered: