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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user