We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Information
Describe the bug
Running on the tests on a Windows machine fails 4 Verify tests because the snapshots expect paths to contain / not \.
/
\
To Reproduce
On a Windows machine:
dotnet tool restore dotnet cake
Expected behavior
The tests pass.
Presumably something somewhere in the tests should normalize the data before it's passed to Verify.
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered:
Looks like it's not just path separators:
Sorry, something went wrong.
Very weird. Haven't run the tests on a Windows machine for quite some time. Can take a look at it tomorrow when I'm at my office.
I'm not at a computer, but I suspect this is what led to #1758.
No branches or pull requests
Information
Describe the bug
Running on the tests on a Windows machine fails 4 Verify tests because the snapshots expect paths to contain
/
not\
.To Reproduce
On a Windows machine:
Expected behavior
The tests pass.
Presumably something somewhere in the tests should normalize the data before it's passed to Verify.
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: