aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/cedet/srecode-utest-template.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use lexical-binding in most semantic testsStefan Kangas2020-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | * test/lisp/cedet/semantic-utest-fmt.el: * test/lisp/cedet/semantic-utest-ia.el: * test/lisp/cedet/semantic-utest.el: * test/lisp/cedet/srecode-utest-getset.el: * test/lisp/cedet/srecode-utest-template.el: Use lexical-binding. * test/lisp/cedet/semantic-utest-fmt.el (semantic-fmt-utest): * test/lisp/cedet/semantic-utest.el (semantic-utest-generic) (semantic-utest-Python, semantic-utest-Javascript) (semantic-utest-Java, semantic-utest-Makefile) (semantic-utest-Scheme, semantic-utest-Html, semantic-utest-PHP) (semantic-utest-Csharp, semantic-utest-last-invalid): * test/lisp/cedet/semantic-utest-ia.el (semantic-ia-utest-buffer) (semantic-symref-test-count-hits-in-tag): * test/lisp/cedet/srecode-utest-getset.el (srecode-insert-getset-fully-automatic-flag): Silence byte-compiler.
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Set expected result for a cedet testGlenn Morris2019-10-221-1/+2
| | | | | * test/lisp/cedet/srecode-utest-template.el (srecode-utest-project): Test fails on hydra.nixos.org, for some reason.
* Fix test data broken by removing trailing whitespace.Eric Ludlam2019-10-151-4/+2
|
* Adapt the CEDET SRecoder template test to use ERTEric Ludlam2019-10-151-0/+379
These tests were copied from CEDET from SourceForge. Author: Eric Ludlam <zappo@gnu.org>