aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/align-resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support lua-ts-mode in align.eljohn muhl2023-10-211-0/+67
| | | | | | | | * lisp/align.el (align-rules-list): Add lua-ts-mode. (Bug#66466) * lisp/progmodes/lua-ts-mode.el (lua-ts-mode): Indent region before aligning. * test/lisp/align-tests.el (align-lua): * test/lisp/align-resources/lua-ts-mode.erts: Add tests.
* * test/lisp/align-resources/c-mode.erts: Make test agree with EmacsMattias EngdegÄrd2023-08-051-3/+3
| | | | | This eliminates a failure in align-tests. There doesn't seem to be anything obviously wrong with Emacs's behaviour in this case.
* Add test for align-regexpStefan Kangas2023-08-032-0/+25
| | | | | | | * test/lisp/align-tests.el (align-regexp): New test. * test/lisp/align-resources/align-regexp.erts: New file. * test/lisp/align-resources/c-mode.erts: Add new test case.
* Add latex-mode tests for align.elStefan Kangas2023-08-031-0/+29
|
* Add python-mode tests for align.elStefan Kangas2023-08-031-0/+29
| | | | | * test/lisp/align-tests.el (align-python): New test. * test/lisp/align-resources/python-mode.erts: New file.
* Add align tests for CSSStefan Kangas2023-08-011-0/+23
| | | | | * test/lisp/align-tests.el (align-css): New test. * test/lisp/align-resources/css-mode.erts: New file.
* Add `M-x align` support to conf-toml-modeStefan Kangas2023-08-011-0/+45
| | | | | | * lisp/align.el (align-rules-list): Add rule for conf-toml-mode. * test/lisp/align-resources/conf-toml-mode.erts: New file. * test/lisp/align-tests.el (align-toml): New test.
* Convert align-tests to use ertsStefan Kangas2023-08-016-24/+34
|
* Add some tests for align.elLars Ingebrigtsen2020-12-294-0/+24