Skip to content

Commit 1c15322

Browse files
committed
Escaped too much
1 parent 3620d2c commit 1c15322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test/NamingRules/SA1308UnitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace StyleCop.Analyzers.Test.NamingRules
1414

1515
public class SA1308UnitTests : CodeFixVerifier
1616
{
17-
private const string UnderscoreEscapeSequence = @"\\u005F";
17+
private const string UnderscoreEscapeSequence = @"\u005F";
1818

1919
private readonly string[] modifiers = new[] { "public", "private", "protected", "public readonly", "internal readonly", "public static", "private static" };
2020

0 commit comments

Comments
 (0)