]> git.eshelyaron.com Git - emacs.git/commit
Add some basic tests for java-ts-mode and typescript-ts-mode
authorTheodor Thornhill <theo@thornhill.no>
Mon, 16 Jan 2023 13:33:27 +0000 (14:33 +0100)
committerTheodor Thornhill <theo@thornhill.no>
Mon, 16 Jan 2023 13:33:27 +0000 (14:33 +0100)
commitc8dd37b16c574beda900d4ee48ac7b4ab4a2ee56
treebfdf78d1353b15e22bc6cd106ce18a89eb069dd6
parente84111a0017b953be363210a68ac0c05f3f864bb
Add some basic tests for java-ts-mode and typescript-ts-mode

* 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.
test/lisp/progmodes/java-ts-mode-resources/indent.erts [new file with mode: 0644]
test/lisp/progmodes/java-ts-mode-resources/movement.erts [new file with mode: 0644]
test/lisp/progmodes/java-ts-mode-tests.el [new file with mode: 0644]
test/lisp/progmodes/typescript-ts-mode-resources/indent.erts [new file with mode: 0644]
test/lisp/progmodes/typescript-ts-mode-tests.el [new file with mode: 0644]