> Hopefully the patch will take care of this.
Yes, it does.
The only point mentioned in this bug it does not take care of is that `>` and `> ` currently both become `> ` when rewrapped, because it is asserted in a pre-existing test and handled in a totally different place and I feel might not even be undesired in the broader sense.
Bug 187997 Comment 42 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
> Hopefully the patch will take care of this.
Yes, it does.
The only point mentioned in this bug it does not take care of is that `>` (zero trailing white spaces) and `> ` (two or more trailing white spaces) currently both become `> ` (one trailing white space) when rewrapped, because it is asserted in a pre-existing test and handled in a totally different place and I feel might not even be undesired in the broader sense.