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

Test suite failing in IE7/8 #103

Open dfadler opened 10 years ago

dfadler commented 10 years ago

Every assertion in the test suit has a type error in IE 7/8. Is there IE 7/8 support or on 9 and up?

buschtoens commented 10 years ago

There's a lot of reformatting in your commit... Could you eliminate those?

dfadler commented 10 years ago

I've reverted the tests back to the previous formatting.