Skip to content

Commit

Permalink
Work on points for style.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Dec 18, 2024
1 parent f7da1e6 commit 4ff74c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testRunner/unittests/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ describe("unittests:: core paths", () => {
assert.strictEqual(ts.getNormalizedAbsolutePath("/a/..", "/b"), "/");
assert.strictEqual(ts.getNormalizedAbsolutePath("/a/.", "b"), "/a");
assert.strictEqual(ts.getNormalizedAbsolutePath("/a/.", "."), "/a");

// Tests as above, but with backslashes.
assert.strictEqual(ts.getNormalizedAbsolutePath("\\", ""), "/");
assert.strictEqual(ts.getNormalizedAbsolutePath("\\.", ""), "/");
Expand Down

0 comments on commit 4ff74c9

Please sign in to comment.