Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Console] fix QuestionHelper::getHiddenResponse() not working with space in project directory name#40192
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Nyholm commentedFeb 16, 2021
Do you think it is possible to add a test for this feature? That would make sure we never reintroduce this bug again. |
nicolas-grekas commentedFeb 16, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@Nyholm Adding a test case is going to be tricky as this means installing the package in a directory with a space before launching the tests. We cannot isolate this in a simple test case... |
…ace in project directory name
chalasr commentedFeb 16, 2021
Thank you@Yendric. |
Nyholm commentedFeb 16, 2021
I understand that writing a test for this is tricky (I don't know how). I was hoping for someone to come up with a genius idea =) Thank you@Yendric for this PR and congratulations for your first contribution. |
Uh oh!
There was an error while loading.Please reload this page.
Fixes#40190 to allow spaces in project directory name.