diff options
Diffstat (limited to 'skate')
-rw-r--r-- | skate/url_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skate/url_test.go b/skate/url_test.go index e1e9419..5e36cae 100644 --- a/skate/url_test.go +++ b/skate/url_test.go @@ -129,6 +129,8 @@ func TestSanitizeURL(t *testing.T) { `http://dx.doi.org/10.15210/rmr.v8i14.7485`}, {`Shttp://hdl.handle.net/1765/1163`, `http://hdl.handle.net/1765/1163`}, + {`cdec.water.ca.gov/misc/DailyPrecip.html`, + `http://cdec.water.ca.gov/misc/DailyPrecip.html`}, } for _, c := range cases { out := SanitizeURL(c.in) |