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 88d6738 commit 297150dCopy full SHA for 297150d
lsp/test/uri_tests.ml
@@ -17,7 +17,8 @@ let test_uri_parsing =
17
18
let%expect_test "test uri parsing" =
19
test_uri_parsing [ "file:///Users/foo"; "file:///c:/Users/foo" ];
20
- [%expect {|
+ [%expect
21
+ {|
22
Unix:
23
file:///Users/foo -> /Users/foo
24
file:///c:/Users/foo -> /c:/Users/foo
@@ -34,7 +35,8 @@ let uri_of_path =
34
35
36
let%expect_test "uri of path" =
37
uri_of_path [ "/foo/bar.ml"; "foo/bar.mli" ];
38
39
40
41
/foo/bar.ml -> file:///foo/bar.ml
42
foo/bar.mli -> file:///foo/bar.mli
0 commit comments