encoding/ascii85 — validation proof
Go’s own encoding/ascii85 test suite, converted to C# by go2cs, built against the converted standard
library, run under the Go-semantics test host, and compared verdict for verdict against a clean
go test -json baseline of the same sources. This page is generated by the converter from that
comparison — it is the evidence behind the encoding/ascii85 row in
Validated Test Packages.
Validated 2026-08-02 · converter 8dc18ad33
9 matched · 0 disclosed — Go 1.23.1, windows/amd64, converted package
src/core/encoding/ascii85.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestBig |
pass | pass |
TestDecode |
pass | pass |
TestDecodeCorrupt |
pass | pass |
TestDecoder |
pass | pass |
TestDecoderBuffering |
pass | pass |
TestDecoderInternalWhitespace |
pass | pass |
TestEncode |
pass | pass |
TestEncoder |
pass | pass |
TestEncoderBuffering |
pass | pass |