/Test/bug762027.v
http://github.com/fishman/ctags · V · 27 lines · 23 code · 4 blank · 0 comment · 2 complexity · 4aae6a0532e22006d4fb48106c26fe3e MD5 · raw file
- /*
- Bugs item #762027, was opened at 2003-06-27 18:32
- Message generated for change (Tracker Item Submitted) made by Item Submitter
- You can respond by visiting:
- https://sourceforge.net/tracker/?func=detail&atid=106556&aid=762027&group_id=6556
- Category: None
- Group: None
- Status: Open
- Resolution: None
- Priority: 5
- Submitted By: cdic (cdic)
- Assigned to: Nobody/Anonymous (nobody)
- Summary: multi-line definition w/o back-slash will be missing
- Initial Comment:
- There is a small bug (language verilog):
- */
- wire N_84, N_83; // is ok.
-
- wire N_84,
- N_83; // then N_83 will be missing in tags.
- /*
- Thanks for fixing it.
- cdic
- */