Skip to content
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

Test aborted when writing a particular string to console #359

Closed
mausch opened this issue Feb 26, 2015 · 1 comment
Closed

Test aborted when writing a particular string to console #359

mausch opened this issue Feb 26, 2015 · 1 comment

Comments

@mausch
Copy link

mausch commented Feb 26, 2015

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.

@robertcoltheart robertcoltheart transferred this issue from machine/machine.specifications.runner.resharper Jan 8, 2019
@robertcoltheart
Copy link
Member

Duplicate of #267

@robertcoltheart robertcoltheart marked this as a duplicate of #267 Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants