Closed
Description
- Version: 4.4.2
- Platform: Windows 8.1 64 bit
- Subsystem: node.js native path module
console.log('1', path.posix.normalize("\\some\\thing\\like\\this"))
console.log('2', path.posix.normalize("/some/thing/like/this"))
console.log('3', path.win32.normalize("\\some\\thing\\like\\this"))
console.log('4', path.win32.normalize("/some/thing/like/this"))
1 output should be the same as 2s though
Docs need to explain why this is the expected output