public void FromPaths(string input, string normalized) { Assert.Equal(normalized, FileFormat.FromPath(input)); }