Ticket #6384 (closed defect: worksforme)
Extra lines w/ Silvercity formatter
| Reported by: | ghazel@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | rendering | Version: | 0.10.4 |
| Severity: | normal | Keywords: | needinfo |
| Cc: |
Description
This may be related to #2201 or #1649, not sure, but the bug still occurs in 0.10.4
#ifdef DEBUG #define TEST 1 #else #define TEST 0 #endif int foo();
renders as
#ifdef DEBUG #define TEST 1 #else #define TEST 0 #endif int foo();
in the "Browse Source" view, and the line numbering is offset as a result. To reproduce simply copy the first example, check it in, and use the "Browse Source" viewer to view it.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


