summaryrefslogtreecommitdiff
path: root/test/lisp/play
Commit message (Collapse)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-027-7/+7
|
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-017-7/+7
|
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-017-7/+7
|
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-1/+1
|
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
|
* Use lexical-binding in almost all of play/*.elStefan Kangas2021-02-102-0/+48
| | | | | | | | | | | | | | | | | | | | | * lisp/play/5x5.el: Use lexical-binding. (5x5-draw-grid-end, 5x5-draw-grid, 5x5-solver) (5x5-solve-suggest): Silence byte-compiler. * lisp/play/cookie1.el: Use lexical-binding. (cookie-shuffle-vector, cookie-apropos): Silence byte-compiler. * lisp/play/zone.el: Use lexical-binding. (zone): Convert lambda to proper lexical closure. (zone-replace-char, zone-fill-out-screen): Silence byte-compiler. * lisp/play/blackbox.el: * lisp/play/doctor.el: * lisp/play/gametree.el: * lisp/play/hanoi.el: Use lexical-binding. * test/lisp/play/cookie1-resources/cookies: * test/lisp/play/cookie1-tests.el: New files.
* Update copyright year to 2021Paul Eggert2021-01-016-6/+6
| | | | Run "TZ=UTC0 admin/update-copyright".
* Use lexical-binding in fortune.el and add testsStefan Kangas2020-11-142-0/+52
| | | | | | | | | * lisp/play/fortune.el: Use lexical-binding. Remove redundant :group args. (fortune-in-buffer): Quote function symbol as such. * test/lisp/play/fortune-resources/fortunes: * test/lisp/play/fortune-tests.el: New files. * .gitignore: Ignore generated file fortunes.dat.
* Fix animate test that somehow changed recentlyLars Ingebrigtsen2020-10-061-2/+2
|
* Use lexical-binding in life.el and add testsStefan Kangas2020-08-301-0/+80
| | | | | | | | | | * lisp/play/life.el: Use lexical-binding. (life--tick): Extract from... (life): ...here. (life--max-width, life--max-height): New variables. (life-mode, life-setup): Use above variables. * test/lisp/play/life-tests.el: New file.
* Use lexical-binding in animate.el and add testsStefan Kangas2020-05-131-0/+56
| | | | | * lisp/play/animate.el: Use lexical-binding. * test/lisp/play/animate-tests.el: New file.
* Use lexical-binding in dissociate.el and add testsStefan Kangas2020-05-131-0/+38
| | | | | * lisp/play/dissociate.el: Use lexical-binding. * test/lisp/play/dissociate-tests.el: New file.
* Update copyright year to 2020Paul Eggert2020-01-012-2/+2
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Use lexical-binding in morse.el and studly.el and add testsStefan Kangas2019-06-012-0/+112
* lisp/play/morse.el: Use lexical-binding. * lisp/play/studly.el: Use lexical-binding. * test/lisp/play/morse-tests.el: New file. * test/lisp/play/studly-tests.el: New file.