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 dcf2fb0 commit b6daeadCopy full SHA for b6daead
src/D.Tests/Parser/AssignmentTests.cs
@@ -64,7 +64,7 @@ public void Read2()
64
"""
65
image = 10
66
b = 2
67
- """);
+ """.ReplaceLineEndings(Environment.NewLine));
68
69
var one = (BinaryExpressionSyntax)parser.Next();
70
var two = (BinaryExpressionSyntax)parser.Next();
0 commit comments