MCPcopy Index your code
hub / github.com/rclone/rclone / TestStandardDecryptFileNameBase32768

Function TestStandardDecryptFileNameBase32768

backend/crypt/cipher_test.go:476–482  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

474}
475
476func TestStandardDecryptFileNameBase32768(t *testing.T) {
477 testStandardDecryptFileName(t, "base32768", []EncodingTestCase{
478 {"詮㪗鐮僀伎作㻖㢧⪟", "1"},
479 {"詮㪗鐮僀伎作㻖㢧⪟/竢朧䉱虃光塬䟛⣡蓟", "1/12"},
480 {"詮㪗鐮僀伎作㻖㢧⪟/竢朧䉱虃光塬䟛⣡蓟/遶㞟鋅缕袡鲅ⵝ蝁ꌟ", "1/12/123"},
481 }, false)
482}
483
484func TestNonStandardDecryptFileName(t *testing.T) {
485 for _, encoding := range []string{"base32", "base64", "base32768"} {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…