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

Function TestExtractPlainOutput_PlainText

internal/bridge/modules_test.go:537–544  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

535}
536
537func TestExtractPlainOutput_PlainText(t *testing.T) {
538 t.Parallel()
539 raw := "codemonkey\\john\n"
540 got := extractPlainOutput(raw)
541 if got != raw {
542 t.Errorf("expected raw passthrough, got %q", got)
543 }
544}
545
546func TestExtractPlainOutput_NestedNetstat(t *testing.T) {
547 t.Parallel()

Callers

nothing calls this directly

Calls 1

extractPlainOutputFunction · 0.85

Tested by

no test coverage detected