public void CorrectlyWildcardEscapesPaths_Spaces(string unescapedPath, string escapedPath) { string extensionEscapedPath = PowerShellContext.WildcardEscapePath(unescapedPath, escapeSpaces: true); Assert.Equal(escapedPath, extensionEscapedPath); }