Multiple Block comments on the Same Line causes errors
Brian Collum <[email protected]> Wed, 9 Nov 2011 10:31:25 -0600
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <CAB1MWeSY38YWmUNZ838YO25Kh5aQyeK2Ueu46PmPt-AXV0-yHQ@mail.gmail.com> |
Hi,
I am sure I'm not the first one to report this, but I couldn't find any
documentation or info online about this issue.
If you have the comment:
/* This is a comment */ /*This is the second comment*/
All on the same line you will end up with this:
/* This is a comment *//*This is the second comment */
That is, indent will add two tabs and seven spaces in front of the line.
This is even without any kind of .indent.pro file.
Is this a bug? I am running Indent version 2.2.10 under cygwin.
Regards,
Brian Collum