mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 15:19:07 +00:00
Fix `takeDelimiter` and `takeDelimiterExclusive` tossing too many bytes (#25132) Also add/improve test coverage for all delimiter and sentinel methods, update usages of `takeDelimiterExclusive` to not rely on the fixed bug, tweak a handful of doc comments, and slightly simplify some logic. I have not fixed #24950 in this commit because I am a little less certain about the appropriate solution there. Resolves: #25132 Co-authored-by: Andrew Kelley <andrew@ziglang.org> |
||
|---|---|---|
| .. | ||
| Reader | ||
| counting_reader.zig | ||
| DeprecatedReader.zig | ||
| DeprecatedWriter.zig | ||
| fixed_buffer_stream.zig | ||
| Reader.zig | ||
| test.zig | ||
| tty.zig | ||
| Writer.zig | ||