-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Milestone
Description
To Reproduce
Run the RequiresForcedNullableAnnotation() test with just this test case:
[TestCase("public class Test { public void Foo(string a = \"c\") { } }", false)]Expected behavior
The test runs and passes.
Actual behavior
The test isn't running.
Additional context
There's 11 tests that have this behavior. I think something broke in NUnit recently that if a TestCase has a string argument with a single quote within it, something breaks and NUnit doesn't run. I'll try to create a simple reproduction and report it to NUnit for further investigation.