Add test for previous change (bug#70023)
* test/lisp/progmodes/typescript-ts-mode-resources/indent.erts: Add test.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
=-=-=
|
||||
|
||||
Reference in New Issue
Block a user