mirror of
https://github.com/ziglang/zig.git
synced 2024-11-16 17:15:37 +00:00
5fafcc2b62
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. |
||
---|---|---|
.. | ||
Allocator.zig |