mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
Add test for previous change (bug#70023)
* test/lisp/progmodes/typescript-ts-mode-resources/indent.erts: Add test.
This commit is contained in:
parent
bcf6dd6e26
commit
fbf6830299
|
|
@ -110,3 +110,17 @@ const foo = (props) => {
|
|||
);
|
||||
}
|
||||
=-=-=
|
||||
|
||||
Name: Interface body fields are indented
|
||||
|
||||
=-=
|
||||
interface Foo {
|
||||
foo: string;
|
||||
bar?: boolean;
|
||||
}
|
||||
=-=
|
||||
interface Foo {
|
||||
foo: string;
|
||||
bar?: boolean;
|
||||
}
|
||||
=-=-=
|
||||
|
|
|
|||
Loading…
Reference in a new issue