Commit graph

2 commits

Author SHA1 Message Date
jedarden
1726ee3b74 docs(bf-2hjaa): document assertion location for truncated-flate error validation 2026-07-06 12:48:05 -04:00
jedarden
76c9ca6a4d docs(bf-2hjaa): document assertion location for error validation
Identified where in the stream decoder fixture test the error assertion
should be added and what it should validate.

Key findings:
- flate_truncated fixture should emit STREAM_DECODE_ERROR diagnostic
- StreamDecoder::decode() trait doesn't support diagnostics output
- Test loop lacks diagnostic validation
- Assertion should be added after line 326 in test loop
- Test needs to be updated to use decode_stream() which returns DecodeResult with diagnostics

Closes bf-2hjaa.
2026-07-06 12:45:10 -04:00