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 1758b74 commit 77e97e2Copy full SHA for 77e97e2
test/parallel/test-path-normalize.js
@@ -98,3 +98,6 @@ assert.strictEqual(
98
'../../../../baz'
99
);
100
assert.strictEqual(path.posix.normalize('foo/bar\\baz'), 'foo/bar\\baz');
101
+
102
+// Missing test for empty string
103
+assert.strictEqual(path.posix.normalize(''), '.');
0 commit comments