示例#1
0
 public void ToPathRegular(string test, string expected)
 {
     QuickIOPath.ToPathRegular(test).Should().Be(expected);
 }