ruby: handle singleton method including ?!= in its name(sf.bug:364)
[geany-mirror.git] / tests / ctags / bug762027.v
bloba909f2ef1ae3202c73121f7cb559434449257bf4
1 /*
2 Bugs item #762027, was opened at 2003-06-27 18:32
3 Message generated for change (Tracker Item Submitted) made by Item Submitter
4 You can respond by visiting:
5 https://sourceforge.net/tracker/?func=detail&atid=106556&aid=762027&group_id=6556
7 Category: None
8 Group: None
9 Status: Open
10 Resolution: None
11 Priority: 5
12 Submitted By: cdic (cdic)
13 Assigned to: Nobody/Anonymous (nobody)
14 Summary: multi-line definition w/o back-slash will be missing
16 Initial Comment:
17 There is a small bug (language verilog):
19 wire N_84, N_83; // is ok.
21 wire N_84,
22 N_83; // then N_83 will be missing in tags.
24 Thanks for fixing it.
26 cdic