Menu

#97 Problem with raw formatting

open
nobody
None
5
2011-01-10
2011-01-10
No

There seems to be a bug in raw formatting. When an item's body ends with a raw formatted line, I get the following error:
-------------------------------------------------------------------------------------
Assertion failed: indent >= 0, file analyser.c, line 924

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
-------------------------------------------------------------------------------------

Here is the input that causes the error:

/****c* foo/bar
*
* NAME
* |html foo
*
* DESCRIPTION
*
*****
*/

As soon as there is an additional line in the item's body, and therefore raw formatting is not at the end of the section, everything works fine.
E.g. using:

/****c* foo/bar
*
* NAME
* |html foo
* bar
*
* DESCRIPTION
*
*****
*/

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.