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 a0a4819 commit 25f24a5Copy full SHA for 25f24a5
src/DotNext.Tests/IO/FileUriTests.cs
@@ -40,6 +40,7 @@ public static TheoryData<string, string> GetPaths()
40
public static void EncodeAsUri(string fileName, string expected)
41
{
42
var uri = FileUri.Encode(fileName);
43
+ True(uri.IsFile);
44
Equal(expected, uri.LocalPath);
45
}
46
0 commit comments