-
Notifications
You must be signed in to change notification settings - Fork 102
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
Failing tests #90
Comments
They're not failing on Travis, what's the error you are getting? |
So I ran the tests on a few platforms and appears to be windows specific issue. It seems the escape character encoding on windows causes the test to fail. I don't think this is something we can fix and would just need to add a note about. The gist of the error is below, including all the tests which are failing.
|
Oh, interesting. I'll look into it, thanks for reporting. :) |
Can be witnessed on Appveyor https://ci.appveyor.com/project/johannhof/cobalt-rs, I think that it's both about new lines and some backslashes not being converted to forward slashes correctly. |
Since test on Appveyor are now succeeding I'll close this, although strangely we didn't fix the linebreak issue. Feel free to reopen if anyone can reproduce. |
I believe #88 caused tests to start failing because of how the documents are being condensed with the new type.
The text was updated successfully, but these errors were encountered: