aboutsummaryrefslogtreecommitdiffstats
path: root/skate/url_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/url_test.go')
-rw-r--r--skate/url_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/skate/url_test.go b/skate/url_test.go
index 30462d7..76992c1 100644
--- a/skate/url_test.go
+++ b/skate/url_test.go
@@ -92,6 +92,10 @@ func TestSanitizeURL(t *testing.T) {
`http://aem.asm.org/content/67/6/2766.full.pdf+html`},
{`http://agris.fao.org/agris-search/search.do?recordID=BR2013800115https://doi.org/10.5747/ca.2010.v06.n1.a044`,
`http://agris.fao.org/agris-search/search.do?recordID=BR2013800115`},
+ {`http://ailab.ist.psu.edu/bcpred/SVMTriP:http://sysbio.unl.edu/SVMTriP/prediction.phpBcell`,
+ `http://ailab.ist.psu.edu/bcpred/SVMTriP`},
+ {`http://aim.bmj.com/content/31/1/23.full.pdf+htmlAcessoem:15Dez`,
+ `http://aim.bmj.com/content/31/1/23.full.pdf+html`},
}
for _, c := range cases {
out := SanitizeURL(c.in)