echoIRCd/proptest-regressions
2026-08-19 01:41:22 +00:00
..
message.txt message: parse on space (0x20) only per RFC — trim_start() also ate tabs, so a param containing a tab (e.g. a trailing ':\t') didn't round-trip through to_wire/parse; the parser fuzz proptest found it. trim_start_matches(' ') makes tabs ordinary param content; regression case pinned 2026-08-19 01:41:22 +00:00