zig/lib/std/compress
Damien Firmenich 5fafcc2b62
zig fmt: remove trailing whitespace on doc comments
Fixes #11353

The renderer treats comments and doc comments differently since doc
comments are parsed into the Ast. This commit adds a check after getting
the text for the doc comment and trims whitespace at the end before
rendering.

The `a = 0,` in the test is here to avoid a ParseError while parsing the
test.
2022-04-05 18:08:33 +03:00
..
deflate zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
deflate.zig compress: add a deflate compressor 2022-01-23 19:30:06 +01:00
gzip.zig compress: add a deflate compressor 2022-01-23 19:30:06 +01:00
rfc1951.txt std: Add DEFLATE and zlib decompressors 2020-09-07 14:59:46 -07:00
rfc1951.txt.fixed.z.9 std: Add DEFLATE and zlib decompressors 2020-09-07 14:59:46 -07:00
rfc1951.txt.z.0 std: Add DEFLATE and zlib decompressors 2020-09-07 14:59:46 -07:00
rfc1951.txt.z.9 std: Add DEFLATE and zlib decompressors 2020-09-07 14:59:46 -07:00
rfc1952.txt compress: remove sha256 checks from tests 2022-01-23 19:29:57 +01:00
rfc1952.txt.gz std: Add a gzip decoder 2020-09-11 20:02:41 -04:00
zlib.zig compress: add a deflate compressor 2022-01-23 19:30:06 +01:00