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