()
| 75 | |
| 76 | // helper for joining array into strings |
| 77 | function join() { |
| 78 | var args = [].slice.call(arguments, 0); |
| 79 | return args.join(''); |
| 80 | } |
| 81 | |
| 82 | test('redirect to new string url as-is', function(t) { |
| 83 | SERVER.get('/1', function(req, res, next) { |