possibly_valid_url: allow spaces after first '/'
commitdce815df7bf48598c6b1f2f069c5954af6ef1540
authorJohn Foerch <jjfoerch@earthlink.net>
Fri, 17 Feb 2012 18:57:42 +0000 (17 13:57 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Fri, 17 Feb 2012 18:57:42 +0000 (17 13:57 -0500)
tree325271f9cef538a63ee577590512acf154792a28
parentf17ee18f4f0be8dbbe1b77a2c1030e9940b2b7b7
possibly_valid_url: allow spaces after first '/'

This has the practical effect that read_url input with a space in the path
part of an url is still considered url-like.  Example usage:

  "translate.google.com/#en|de|hello world"
modules/utils.js
tests/simple/utils.js