Update unit tests
commitd82cd9879fb778dc4cca89a4811e23a6d3e13195
authorJiří Techet <techet@gmail.com>
Mon, 11 Apr 2022 14:58:51 +0000 (11 16:58 +0200)
committerJiří Techet <techet@gmail.com>
Fri, 13 May 2022 00:15:57 +0000 (13 02:15 +0200)
tree4955a52079dfdd59d991a4ed73ce0ec4d54fa81b
parenta99677f220676d27e8f01278c31b9954b1d744a6
Update unit tests

Update qualified_types.f90 and members.f90 to remove the "kind" and "len"
specifiers after integers. I haven't seen this usage documented anywhere
and the syntax, when used should include braces such as integer(len=5).
The previous Geany Fortran parser used to parse these but since I
don't think it's a valid syntax, I didn't submit the corresponding
patch upstream.

The rest of the tests is mostly added function arguments and different
names for anonymous tags.
13 files changed:
tests/ctags/bug565813.f90.tags
tests/ctags/bug670433.f90.tags
tests/ctags/bug726712.f90.tags
tests/ctags/enum.f90.tags
tests/ctags/forall_module.f90.tags
tests/ctags/fortran_associate.f90.tags
tests/ctags/members.f90.tags
tests/ctags/numlib.f90.tags
tests/ctags/procedure_pointer_module.f90.tags
tests/ctags/qualified_types.f90
tests/ctags/square_parens.f90.tags
tests/ctags/stdcall.f.tags
tests/ctags/structure.f.tags