mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-17 19:43:20 -07: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
1 changed files with 14 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue