예제 #1
0
 public void FromPaths(string input, string normalized)
 {
     Assert.Equal(normalized, FileFormat.FromPath(input));
 }