We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2b6b3 commit a1f778bCopy full SHA for a1f778b
test/checks/whitespace/EmptyLinesCheckTest.hx
@@ -75,7 +75,7 @@ abstract EmptyLinesCheckTests(String) to String {
75
76
var a:Int;
77
78
- var b:String = '\\\\';
+ var b:String = '\\\\' + \"\\\\\";
79
80
81
}";
0 commit comments