aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* cl-loop: Add missing guard conditionTino Calancha2018-01-081-0/+8
* Make tramp-tests.el more robust on w32Michael Albinus2018-01-071-22/+49
* ; Adapt a unit test to a recent changePhilipp Stephani2018-01-071-2/+1
* Improve error message for old-style backquotesPhilipp Stephani2018-01-071-2/+1
* Add new variable to force new-style backquote interpretation.Philipp Stephani2018-01-071-0/+8
* Revert "Prevent name clashes between CL structures and builtin types"Philipp Stephani2018-01-072-42/+0
* Ignore escape characters for context-sensitive quotes (Bug#29812)Philipp Stephani2018-01-071-0/+18
* Fix a small bug in electric quoting.Philipp Stephani2018-01-071-0/+7
* Prevent name clashes between CL structures and builtin typesPhilipp Stephani2018-01-072-0/+42
* Add new Tramp connection method "owncloud"Michael Albinus2018-01-051-7/+34
* Improve backward compatibility in tramp-archiveMichael Albinus2018-01-041-1/+2
* Write proper `write-region' message in Tramp backendsMichael Albinus2018-01-041-0/+18
* Remove superfluous test data for TrampMichael Albinus2018-01-024-4/+0
* Update copyright year to 2018Paul Eggert2018-01-018-8/+8
* Merge from origin/emacs-26Paul Eggert2018-01-01229-230/+229
|\
| * Fix copyright years by handPaul Eggert2018-01-012-2/+2
| * Update copyright year to 2018Paul Eggert2018-01-01227-227/+227
| * Don't add empty keyboard macro to macro ring (Bug#24992)Gemini Lasswell2017-12-311-1/+0
* | Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani2017-12-301-7/+5
* | Remove uses of `cl` from test/ subdirectoryStefan Monnier2017-12-272-17/+15
* | Add more Unicode test cases for JSON conversionPhilipp Stephani2017-12-241-5/+21
* | Accept alists when serializing JSONPhilipp Stephani2017-12-241-1/+13
* | JSON serialization: reject duplicate keys in hashtablesPhilipp Stephani2017-12-241-0/+8
* | Add a few more unit tests for JSONPhilipp Stephani2017-12-221-0/+22
* | Simplify a JSON testPhilipp Stephani2017-12-221-2/+1
* | Fix bugs in JSON testPhilipp Stephani2017-12-221-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-205-12/+10
|\ \ | |/
| * ; Replace non-ascii quote characters in doc strings etcGlenn Morris2017-12-205-12/+10
| * Unbreak a fileio test on non-Mac OS X systemsGlenn Morris2017-12-201-1/+4
* | Merge from origin/emacs-26Glenn Morris2017-12-201-0/+43
|\ \ | |/
| * * test/lisp/emacs-lisp/derived-tests.el: Fix copy&paste leftoversStefan Monnier2017-12-181-3/+2
| * * lisp/subr.el (delayed-after-hook-functions): Rename from ...-formsStefan Monnier2017-12-181-0/+44
| * Use utf-8-hfs-unix on macOS (Bug#29712)Alan Third2017-12-161-1/+2
* | Allow JSON parser functions to return alistsPhilipp Stephani2017-12-191-7/+9
* | JSON: Add tests for Unicode edge casesPhilipp Stephani2017-12-191-3/+20
* | Minor fixes in TrampMichael Albinus2017-12-172-6/+8
* | Add command for cycling between CSS color formatsSimen Heggestøyl2017-12-171-0/+73
* | Merge from origin/emacs-26Glenn Morris2017-12-162-1/+7
|\ \ | |/
| * Improve fix for Bug#29712Michael Albinus2017-12-161-3/+1
| * Fix off-by-one error in 'css--hex-color'Simen Heggestøyl2017-12-161-0/+6
| * Partially revert "Mention new strictness for &optional, &rest..."Noam Postavsky2017-12-151-31/+0
| * Fix Bug#29712 in tramp-tests.elMichael Albinus2017-12-151-0/+2
| * Mention new strictness for &optional, &rest in arglists (Bug#29165)Noam Postavsky2017-12-131-0/+31
| * Minor Tramp fixesMichael Albinus2017-12-081-3/+17
| * Fix Bug#29579Michael Albinus2017-12-061-26/+24
* | Suppress timers in Tramp operationsMichael Albinus2017-12-161-2/+21
* | Make functions invocation-directory and invocation-name obsoleteGlenn Morris2017-12-121-1/+1
* | Skip tests for json.c unless compiled with native JSON support.Philipp Stephani2017-12-101-0/+9
* | Implement native JSON support using JanssonPhilipp Stephani2017-12-101-0/+97
* | * test/lisp/net/tramp-archive-tests.elGlenn Morris2017-12-091-0/+1