mithril-vndb/querystring/tests
Douglas Brown 391e7f43f5 Prevent undesired Date parsing
Native Date parsing is unpredictable and will occasionally turn a string
like "/foo/1" into a valid date of Jan 1, 2001.  This can be prevented
by not parsing a string that begins with a slash.

It's likely that this is a rare case, but it's annoying when it does
come up.
2016-09-15 16:05:30 -04:00
..
index.html Add editorconfig, resolve differences 2016-06-18 03:22:12 -04:00
test-buildQueryString.js Add editorconfig, resolve differences 2016-06-18 03:22:12 -04:00
test-parseQueryString.js Prevent undesired Date parsing 2016-09-15 16:05:30 -04:00