millermedeiros / crossroads.js

JavaScript Routes
http://millermedeiros.github.com/crossroads.js/
1.44k stars 156 forks source link

fixes #156 - do not append unexpected trailing slashes to routes with… #157

Open ergo opened 7 years ago

ergo commented 7 years ago

fixes #156 - do not append unexpected trailing slashes to routes with query params

ergo commented 7 years ago

The tests pass here locally, something is wrong with travis setup? (maybe old nodejs version?)

ergo commented 7 years ago

@millermedeiros Can you pull in this PR? This router has broken query string interpolation.

zhang356 commented 5 years ago

Hi, can we merge this change in, I'm seeing same bug, really want this to be fixed