public void ToPathRegular(string test, string expected) { QuickIOPath.ToPathRegular(test).Should().Be(expected); }