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
This test gets aborted by the test runner, without any explanations (ReSharper 9.0 Update 1):
using System; using Machine.Specifications; class Class1 { It should_print = () => { Console.WriteLine(@"z�* B8�Ika-r� Vx=3U!f\~J��'�"); }; }
I've tried the same test with NUnit and it works fine, so the problem is not ReSharper.
In case the copied string is not accurate, I'll dump here the exact bytes:
7A 18 2A 20 42 38 04 49 6B 61 2D 72 14 0D 0A 56 78 3D 33 55 21 66 5C 7E 4A 0F 05 27 1D
If you're wondering how I got that string, it was generated by FsCheck.
The text was updated successfully, but these errors were encountered:
Duplicate of #267
Sorry, something went wrong.
No branches or pull requests
This test gets aborted by the test runner, without any explanations (ReSharper 9.0 Update 1):
I've tried the same test with NUnit and it works fine, so the problem is not ReSharper.
In case the copied string is not accurate, I'll dump here the exact bytes:
If you're wondering how I got that string, it was generated by FsCheck.
The text was updated successfully, but these errors were encountered: