/Test/bug762027.v

http://github.com/fishman/ctags · V · 27 lines · 23 code · 4 blank · 0 comment · 2 complexity · 4aae6a0532e22006d4fb48106c26fe3e MD5 · raw file

  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
  6. Category: None
  7. Group: None
  8. Status: Open
  9. Resolution: None
  10. Priority: 5
  11. Submitted By: cdic (cdic)
  12. Assigned to: Nobody/Anonymous (nobody)
  13. Summary: multi-line definition w/o back-slash will be missing
  14. Initial Comment:
  15. There is a small bug (language verilog):
  16. */
  17. wire N_84, N_83; // is ok.
  18. wire N_84,
  19. N_83; // then N_83 will be missing in tags.
  20. /*
  21. Thanks for fixing it.
  22. cdic
  23. */