コード例 #1
0
        public void CorrectlyFullyEscapesPaths(string unescapedPath, string escapedPath)
        {
            string extensionEscapedPath = PowerShellContextService.FullyPowerShellEscapePath(unescapedPath);

            Assert.Equal(escapedPath, extensionEscapedPath);
        }