php-parallel-lint / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
281 stars 21 forks source link

Add tests for paths with spaces #176

Open dingo-d opened 4 months ago

dingo-d commented 4 months ago

Separated tests from #171 that will test if the paths passed on CLI with spaces will work.

Not sure if I should add more tests to cover Windows use cases (different directory separator)?

jrfnl commented 4 months ago

Not sure if I should add more tests to cover Windows use cases (different directory separator)?

More tests are always good, so yes, I'd be happy to see tests with Windows slashes as well 🙌🏻