aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Skip past `#' to find BEGDmitry Gutov2015-06-091-0/+9
* Fix a unit test for map.elNicolas Petton2015-06-061-3/+3
* * test/automated/map-tests.el: Replace "assert" with "should".Glenn Morris2015-06-051-93/+93
* Merge branch 'map'Nicolas Petton2015-06-041-0/+333
|\
| * Add a pcase pattern for maps and `map-let' based on itNicolas Petton2015-06-021-0/+12
| * Fix a false negative in `map-elt' with alists and values being nilNicolas Petton2015-04-251-0/+6
| * Do not signal an error when trying to delete a key from an arrayNicolas Petton2015-04-241-1/+4
| * Minor improvement in map-elt.Nicolas Petton2015-04-241-0/+1
| * * test/automated/map-tests.el: Refactoring of test methods.Nicolas Petton2015-04-211-149/+135
| * * test/automated/map-tests.el: Renamed from map-test.el.Nicolas Petton2015-04-211-0/+0
| * Throw an error when converting a map into an unknown map typeNicolas Petton2015-04-181-1/+2
| * New library map.el similar to seq.el but for mapping data structures.Nicolas Petton2015-04-181-0/+324
* | Add new function string-greaterpNicolas Petton2015-06-041-1/+23
* | Fix error introduced recently in file-notify-tests.elMichael Albinus2015-06-031-26/+19
* | Instrument file-notify-test.el in order to catch hydra error.Michael Albinus2015-06-031-7/+11
* | Ensure, that autorevert works for remote files in file-notify-tests.elMichael Albinus2015-06-021-94/+101
* | Generate curved quotes in ert docPaul Eggert2015-06-021-2/+3
* | Add test for previous commitNicolas Richard2015-06-021-0/+35
* | Add etags test for the new -Q optionEli Zaretskii2015-05-309-1/+5435
* | Restore EOL format testing in etagsEli Zaretskii2015-05-3010-796/+979
* | * test/automated/vc-tests.el: Try enabling tests on hydra.nixos.org.Glenn Morris2015-05-291-69/+63
* | * test/automated/vc-tests.el (vc-test-rcs04-checkout-model):Glenn Morris2015-05-291-0/+2
* | Change package test to look for curved quotesPaul Eggert2015-05-281-4/+4
* | * lisp/progmodes/f90.el (f90-type-def-re): Add "type, extends".Glenn Morris2015-05-271-0/+25
* | New test tramp-test30-make-auto-save-file-nameMichael Albinus2015-05-271-12/+94
* | Fix a typo in last commitEli Zaretskii2015-05-256-11/+11
* | Fix tagging of class members in C-like OO languagesEli Zaretskii2015-05-256-1072/+1072
* | Fix etags reading of compressed filesEli Zaretskii2015-05-235-30/+30
* | Change defgeneric so it doesn't completely redefine the functionStefan Monnier2015-05-211-5/+35
* | Don't quote nil and t in doc stringsPaul Eggert2015-05-213-3/+3
* | ; * test/automated/subr-tests.el: Standardize license notice.Glenn Morris2015-05-201-3/+5
* | Add an automated test for let-when-compileOleh Krehel2015-05-201-0/+62
* | Try to port new etags tests to MS-WindowsPaul Eggert2015-05-1910-987/+796
* | Don't skip new etags tests on non-UTF-8 hostsPaul Eggert2015-05-181-14/+7
* | Add a test case for Maven warning ouputDmitry Gutov2015-05-191-4/+9
* | * test/automated/sgml-mode-tests.el: New file.Przemysław Wojnowski2015-05-181-0/+135
* | Change new etags test to use UTF-8 encodingPaul Eggert2015-05-1710-829/+605
* | Rename 'foo-gzipped' to 'foo.gz'Paul Eggert2015-05-172-1/+1
* | ; Remove etags test files whose copyright is incompatibleEli Zaretskii2015-05-1419-23264/+192
* | Add a test suite for etagsEli Zaretskii2015-05-1295-0/+105929
* | * lisp/emacs-lisp/cl-generic.el: Add dispatch on &context argumentsStefan Monnier2015-05-121-0/+10
* | Merge branch 'seq-let'Nicolas Petton2015-05-051-0/+21
|\ \
| * | Add support for &rest in `seq-let'Nicolas Petton2015-05-051-1/+5
| * | New macro seq-let, providing destructuring support to seq.elNicolas Petton2015-05-011-0/+17
* | | Spelling fixesPaul Eggert2015-05-051-1/+1
* | | Only skip some variables that have function counterpartsDmitry Gutov2015-05-051-0/+24
* | | Make sure we're inside the let bindingsDmitry Gutov2015-05-051-1/+9
* | | Classify lone symbol inside let varlist as variableDmitry Gutov2015-05-041-0/+9
* | | elisp-completion-at-point: Prioritize being quoted over funposDmitry Gutov2015-05-031-0/+88
* | | * test/automated/cl-lib-tests.el (cl-lib-adjoin-test): Fix it.Glenn Morris2015-05-011-2/+2