]> code.delx.au - gnu-emacs/commit
Extend etags Ruby support for accessors
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Feb 2016 09:08:20 +0000 (11:08 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Feb 2016 09:08:20 +0000 (11:08 +0200)
commit87ae21858adc173c129ff8dfec8ce74cd82e77be
tree4f1bb96cf27a38ed387746d1bc6e5d6e5bfd3678
parentaa35257118a09ff8c90d5dc364e8dc65e2fbd6dd
Extend etags Ruby support for accessors

* lib-src/etags.c (Ruby_functions): Support accessors defined with
parentheses.  (Bug#22563)

* test/etags/ruby-src/test1.ru (A::B): Add tests for accessors
defined with parentheses.
* test/etags/ETAGS.good_1:
* test/etags/ETAGS.good_2:
* test/etags/ETAGS.good_3:
* test/etags/ETAGS.good_4:
* test/etags/ETAGS.good_5:
* test/etags/ETAGS.good_6:
* test/etags/CTAGS.good: Adapt to changes in Ruby tests.
lib-src/etags.c
test/etags/CTAGS.good
test/etags/ETAGS.good_1
test/etags/ETAGS.good_2
test/etags/ETAGS.good_3
test/etags/ETAGS.good_4
test/etags/ETAGS.good_5
test/etags/ETAGS.good_6
test/etags/ruby-src/test1.ru