Skip to content

Commit

Permalink
remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Sep 16, 2024
1 parent 2d967b8 commit a4cfa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ if (os.platform() === 'win32') {
const actual = escapePath('C:\\Program Files (x86)\\**\\*');

assert.strictEqual(actual, expected);
});
});
} else {
test('posix .escapePath', () => {
const expected = '/directory/\\*\\*/\\*';
Expand Down

0 comments on commit a4cfa77

Please sign in to comment.