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 a3fb994 commit c330a21Copy full SHA for c330a21
tests/service/EditorTests.fs
@@ -471,7 +471,7 @@ let _ = printf " %a" (fun _ _ -> ()) 2
471
let _ = printf " %*a" 3 (fun _ _ -> ()) 2
472
"""
473
474
- let file = "/home/user/Test.fsx"
+ let file = System.IO.Path.Combine [| "home"; "user"; "Test.fsx" |]
475
let parseResult, typeCheckResults = parseAndCheckScript(file, input)
476
477
typeCheckResults.Diagnostics
0 commit comments