Skip to content

Commit de0566c

Browse files
committed
fix(test): failed test with String.concat "\r\n"
1 parent 7254bbd commit de0566c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Qsp.FSharp.Core.Tests/Parser/Ast/Statement.Tests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ let assignTest =
167167
" ^"
168168
" Expecting: '*=', '+=', ',', '-=', '/=', '=', '[' or '_'"
169169
""
170-
] |> String.concat "\r\n"
170+
] |> String.concat System.Environment.NewLine
171171
Assert.Equal("", Left exp, runExpr input)
172172
testCase "attempt assign var without body" <| fun () ->
173173
let input = "justName"

0 commit comments

Comments
 (0)