stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.75k stars 176 forks source link

UTF-8 string literals are not mutated #2923

Open richardwerkman opened 2 months ago

richardwerkman commented 2 months ago

Describe the bug I've noticed that UTF-8 string literals are not mutated.

Expected behavior I'd expect the following line to be mutated by the string literal mutator:

var stringLiteral = "mystring"u8;