Skip to content

Commit b6daead

Browse files
committed
Use platform line ending
1 parent dcf2fb0 commit b6daead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/D.Tests/Parser/AssignmentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void Read2()
6464
"""
6565
image = 10
6666
b = 2
67-
""");
67+
""".ReplaceLineEndings(Environment.NewLine));
6868

6969
var one = (BinaryExpressionSyntax)parser.Next();
7070
var two = (BinaryExpressionSyntax)parser.Next();

0 commit comments

Comments
 (0)