]> git.eshelyaron.com Git - emacs.git/commit
Backport: 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)
committerDmitry Gutov <dmitry@gutov.dev>
Tue, 21 Nov 2023 14:26:54 +0000 (16:26 +0200)
commit61cdf42a48fab24b7ee4098ffedf7254080f808b
treee0827e1f580b7c4c0b452534d0ee18560b637ece
parentd72a4ed65ce23581ff8b3bf4340caecf31c18f43
Backport: 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.

(cherry picked from commit c8dd37b16c574beda900d4ee48ac7b4ab4a2ee56)
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]