Improve ctags callback API
[geany-mirror.git] / tests / ctags / bug612019.pas
blobe24519444af04f2c27c7e59aa3a48271352a321b
1 (*
2 Bugs item #612019, was opened at 2002-09-20 15:29
3 You can respond by visiting:
4 https://sourceforge.net/tracker/?func=detail&atid=106556&aid=612019&group_id=6556
6 Category: None
7 Group: None
8 Status: Open
9 Resolution: None
10 Priority: 5
11 Submitted By: Konstantin Stupnik (xecutor)
12 Assigned to: Nobody/Anonymous (nobody)
13 Summary: pascal parser
15 Initial Comment:
16 In attached sample there are some lines from tags file
17 generated for object pascal sources.
18 There are some problems with this lines.
19 Generally speaking they are parsed incorrectly.
21 unit a;
23 interface
24 type
25 TTest=class
26 procedure Test1;
27 procedure Test2;
28 procedure Test3;
29 end;
31 implementation
33 end.