test: ensure win32.isAbsolute() is consistent
authorBrian White <mscdex@mscdex.net>
Sun, 3 Apr 2016 12:37:04 +0000 (08:37 -0400)
committerJames M Snell <jasnell@gmail.com>
Fri, 8 Apr 2016 17:43:23 +0000 (10:43 -0700)
commitea83c382f9954cc0ec12180d8e49c356fa034e16
tree87341dc00a1ceffbe96a9c918e47959c391781ad
parent4f683ab912b394731b62468943d87265f4f39a33
test: ensure win32.isAbsolute() is consistent

Adds test cases to ensure win32.isAbsolute is consistent.

This is a backport from 3072546feb

Refs: https://github.com/nodejs/node/pull/6028
PR-URL: https://github.com/nodejs/node/pull/6043
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Roman Reiss <me@silverwind.io>
test/parallel/test-path.js