mirror of
https://github.com/ziglang/zig.git
synced 2026-01-22 15:25:23 +00:00
This commit adds some unit tests for `std.fs.File.readAllAlloc` function. It also updates the docs of `Reader.readNoEof` which were outdated, and swaps `inStream()` for `reader()` in `File.readAllAlloc` with the former being deprecated.