tj / node-querystring

querystring parser for node and the browser - supporting nesting (used by Express, Connect, etc)
MIT License
455 stars 66 forks source link

Make `make test` work on Windows. #47

Closed davidmurdoch closed 10 years ago

davidmurdoch commented 11 years ago

Quoting the filename avoids the following error on Windows:

'.' is not recognized as an internal or external command, operable program or batch file. make: *\ [test] Error 1

davidmurdoch commented 10 years ago

Couldn't find an easy way to update this PR so I made a new PR here: https://github.com/visionmedia/node-querystring/pull/87