MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / TestDecodeBase64Output_Empty

Function TestDecodeBase64Output_Empty

internal/sessions/transfer_test.go:1025–1033  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1023}
1024
1025func TestDecodeBase64Output_Empty(t *testing.T) {
1026 decoded, err := DecodeBase64Output("")
1027 if err != nil {
1028 t.Fatalf("decode error: %v", err)
1029 }
1030 if len(decoded) != 0 {
1031 t.Errorf("expected empty, got %d bytes", len(decoded))
1032 }
1033}
1034
1035// ===================================================================
1036// H. Line Number Stripping Tests

Callers

nothing calls this directly

Calls 1

DecodeBase64OutputFunction · 0.85

Tested by

no test coverage detected