Skip to content

Commit

Permalink
Update src/Stryker.Core/Stryker.Core.UnitTest/Mutators/StringMutatorT…
Browse files Browse the repository at this point in the history
…ests.cs

Co-authored-by: Richard Werkman <[email protected]>
  • Loading branch information
iamdmitrij and richardwerkman authored Jun 11, 2024
1 parent 3574f4d commit d7d764b
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ public void ShouldBeMutationLevelStandard()
}

[Theory]
[InlineData("", """
"Stryker was here!"u8
""")]
[InlineData("foo", """
""u8
""")]
[InlineData(@"""""u8", @"""Stryker was here!""u8")]
[InlineData(@"""foo""u8", @"""""u8")]
public void ShouldMutateUtf8StringLiteral(string original, string expected)
{
var syntaxTree = CSharpSyntaxTree.ParseText($"""var test = "{original}"u8;""");
Expand Down

0 comments on commit d7d764b

Please sign in to comment.