-
Notifications
You must be signed in to change notification settings - Fork 268
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
Remove extra space #5238
base: main
Are you sure you want to change the base?
Remove extra space #5238
Conversation
also fixes normal terminal (with --no-ansi) |
Could you make a test with VSTest as well? |
It does not fix vstest, but I can see the same problem there with nunit. (while of course nunit is fine in mtp) |
Not sure what do you mean? What is the behavior when using VSTest before and after the change. I was expecting VSTest to probably be having the correct spacing already, and gets broken with the change. That's the guess I have. |
vstest output has incorrect spacing before and after the change, both for mstest and nunit. |
Nice. That was unexpected to me 😄 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Looks like the code is there since forever, and would always add a single extra space before the first "at".
Fix #5152