indent -fca misbehaviour
Emmanuel Thomé <[email protected]> Tue, 1 Oct 2013 00:03:22 +0200
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <CAPLAFj4ukDh17y=MOqz_t0S7piH9mXGsB_vRvm1K+FXUn+rwfQ@mail.gmail.com> |
Hi.
The attached test.c, while passed through indent -kr -i4 -fca, mangles
the comment ("divisible" becomes "isiblible"). This surprising
behaviour seems to be a bug. This is with GNU indent 2.2.11.
Best regards,
E.
_______________________________________________
bug-indent mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-indent
test.c
(text/x-csrc, 118 B)
void foo() {
something = here * we * have * a * lengthy * formula; /* this must be divisible by 2*blah */
}