summaryrefslogtreecommitdiff
path: root/test/lisp/align-resources
AgeCommit message (Collapse)Author
2023-10-21Support lua-ts-mode in align.eljohn muhl
* 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.
2023-08-05* test/lisp/align-resources/c-mode.erts: Make test agree with EmacsMattias EngdegÄrd
This eliminates a failure in align-tests. There doesn't seem to be anything obviously wrong with Emacs's behaviour in this case.
2023-08-03Add test for align-regexpStefan Kangas
* 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.
2023-08-03Add latex-mode tests for align.elStefan Kangas
2023-08-03Add python-mode tests for align.elStefan Kangas
* test/lisp/align-tests.el (align-python): New test. * test/lisp/align-resources/python-mode.erts: New file.
2023-08-01Add align tests for CSSStefan Kangas
* test/lisp/align-tests.el (align-css): New test. * test/lisp/align-resources/css-mode.erts: New file.
2023-08-01Add `M-x align` support to conf-toml-modeStefan Kangas
* 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.
2023-08-01Convert align-tests to use ertsStefan Kangas
2020-12-29Add some tests for align.elLars Ingebrigtsen