We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4997f50 commit b61468bCopy full SHA for b61468b
src/sshConfig.test.ts
@@ -6,7 +6,7 @@ import { SSHConfig } from "./sshConfig"
6
// setting it to a different path makes it easier to test
7
// and makes mistakes abundantly clear.
8
const sshFilePath = "/Path/To/UserHomeDir/.sshConfigDir/sshConfigFile"
9
-const sshTempFilePathExpr = `^/Path/To/UserHomeDir/.sshConfigDir/.sshConfigFile.vscode-coder-tmp.[a-z0-9]+$`
+const sshTempFilePathExpr = `^/Path/To/UserHomeDir/\\.sshConfigDir/\\.sshConfigFile\\.vscode-coder-tmp\\.[a-z0-9]+$`
10
11
const mockFileSystem = {
12
mkdir: vi.fn(),
0 commit comments