net/http/internal/ascii — validation proof
Go’s own net/http/internal/ascii 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 net/http/internal/ascii row in
Validated Test Packages.
Validated 2026-08-02 · converter 8dc18ad33
13 matched · 0 disclosed — Go 1.23.1, windows/amd64, converted package
src/core/net/http/internal/ascii.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestEqualFold |
pass | pass |
TestEqualFold/Unicode_Kelvin_symbol |
pass | pass |
TestEqualFold/empty |
pass | pass |
TestEqualFold/same_string |
pass | pass |
TestEqualFold/simple_match |
pass | pass |
TestIsPrint |
pass | pass |
TestIsPrint/ASCII_high |
pass | pass |
TestIsPrint/ASCII_low |
pass | pass |
TestIsPrint/ASCII_low_non-print |
pass | pass |
TestIsPrint/Ascii_high_non-print |
pass | pass |
TestIsPrint/Unicode_emoji |
pass | pass |
TestIsPrint/Unicode_letter |
pass | pass |
TestIsPrint/empty |
pass | pass |