gulpjs / gulp-cli

Command Line Interface for gulp.
MIT License
401 stars 106 forks source link

Regression test for Windows extended-length paths #211

Closed phated closed 10 months ago

phated commented 4 years ago

In #200 it was identified that gulp failed to work with Windows extended-length paths. And it was fixed with path.join() in #201

However, we don't have any regression test for this.

It looks like AppVeyor can support this through something like https://github.com/appveyor/ci/issues/3129

@sttk @charlespierce do either of you want to try to add this regression test?