aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/java-ts-mode-resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add more java indentation testsTheodor Thornhill2023-02-101-16/+75
| | | | | * test/lisp/progmodes/java-ts-mode-resources/indent.erts: Use default indent offset, and tweak the indentation examples.
* Add test for java indentation (bug#61115)Theodor Thornhill2023-02-041-0/+9
| | | | | * test/lisp/progmodes/java-ts-mode-resources/indent.erts: Add new test case.
* Add some basic tests for java-ts-mode and typescript-ts-modeTheodor Thornhill2023-01-162-0/+198
* test/lisp/progmodes/java-ts-mode-resources/indent.erts: New file with tests for indentation. * test/lisp/progmodes/java-ts-mode-resources/movement.erts: New file with tests for movement. * test/lisp/progmodes/java-ts-mode-tests.el: New tests. * test/lisp/progmodes/typescript-ts-mode-resources/indent.erts: New file with tests for indentation. * test/lisp/progmodes/typescript-ts-mode-tests.el: New tests.