]> code.delx.au - gnu-emacs/commit
Add etags tests for the recent Lua-related bugfix
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Nov 2015 11:11:05 +0000 (13:11 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Nov 2015 11:11:05 +0000 (13:11 +0200)
commit40b794bf004032e6f9a01047562c6504bcf7cf4e
tree679aaf305c8829370f848ba7d6b468e84e0744eb
parent690ccf0f0d9c609b809ff3d10475f259748e4773
Add etags tests for the recent Lua-related bugfix

* test/etags/lua-src/test.lua: New file, tests the issues raised
by bug#21934.
* test/etags/Makefile (LUASRC): Add test.lua.
* 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 the new Lua test.  Also, an old
regression fix, resolved around 25 May 2015, required changes to
the "good" ETAGS files.
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/Makefile
test/etags/lua-src/test.lua [new file with mode: 0644]