Fortran: fix line continuation inside comments
commit497bfaed465ac3aa3baf394029189a01a043ff2e
authorColomban Wendling <ban@herbesfolles.org>
Fri, 14 Feb 2014 23:28:01 +0000 (15 00:28 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Fri, 14 Feb 2014 23:33:05 +0000 (15 00:33 +0100)
tree9ff78e43d122064ee061453691dc3948fd8e3bd8
parentf22c028ca4c4bdf1d0669023fe22aaaeab93d5f1
Fortran: fix line continuation inside comments

Fix improperly handling '&' at the end of the first comment line after
a non-comment line as a line continuation.

Part of bug #1023.
tagmanager/ctags/fortran.c
tests/ctags/Makefile.am
tests/ctags/fortran_line_continuation.f90 [new file with mode: 0644]
tests/ctags/fortran_line_continuation.f90.tags [new file with mode: 0644]