Skip to content

Commit

Permalink
fix(test): failed test with String.concat "\r\n"
Browse files Browse the repository at this point in the history
  • Loading branch information
gretmn102 committed Sep 9, 2024
1 parent 7254bbd commit de0566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Qsp.FSharp.Core.Tests/Parser/Ast/Statement.Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ let assignTest =
" ^"
" Expecting: '*=', '+=', ',', '-=', '/=', '=', '[' or '_'"
""
] |> String.concat "\r\n"
] |> String.concat System.Environment.NewLine
Assert.Equal("", Left exp, runExpr input)
testCase "attempt assign var without body" <| fun () ->
let input = "justName"
Expand Down

0 comments on commit de0566c

Please sign in to comment.