1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 01:23:24 +00:00

Update references from HTTP to HTTPS where possible

This commit is contained in:
marvwatson
2017-03-29 05:38:34 -07:00
committed by GitHub
parent f798552cf1
commit 4810aa65a4
16 changed files with 29 additions and 29 deletions

View File

@@ -84,7 +84,7 @@ func TestValidString(t *testing.T) {
{"£100", nil},
{`hello? sausage/êé/Hello, 世界/ " ' @ < > & ?/z.txt`, nil},
{"£100", nil},
// Following tests from http://www.php.net/manual/en/reference.pcre.pattern.modifiers.php#54805
// Following tests from https://secure.php.net/manual/en/reference.pcre.pattern.modifiers.php#54805
{"a", nil}, // Valid ASCII
{"\xc3\xb1", nil}, // Valid 2 Octet Sequence
{"\xc3\x28", ErrorBadDecryptUTF8}, // Invalid 2 Octet Sequence