-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update to handle spaces in directory names #746
Conversation
Any suggestions on how to escape the spaces? I tried \ and \ and '' but cucumber is always interpreting the space. I can do it from eclipse with \ and it works nicely. Maybe you know cucumber well enough. You can look at the current error and it is the same as \ and \. |
src/test/resources/github427/dir with spaces/rs_20160518_014000_udsc64_l3_e_v10.tab
Show resolved
Hide resolved
Okay, have this fixed but cannot make it work through cucumber because cannot escape the spaces in the dir correctly. Any ideas? I do not want to commit code changes until we can show that we get the correct error from validate in cucumber test not cucumbers inability to deal with a space in the path. |
427 may not be cucumber testable because it is not being invoked the same as the command line. I left it there just for completeness but it is marginal value. Running all other tests just as regression from wide sweep of changes. When I run 427 in eclipse (CLI) it does fail as #427 describes. These code changes work for that single ticket. |
@al-niessner copy that. I seem to remember this being an issue before as well. |
e00a471
to
3aeb560
Compare
🗒️ Summary
Brief summary of changes if not sufficiently described by commit messages.
⚙️ Test Data and/or Report
All automated unit tests below pass
♻️ Related Issues
Closes #427