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
Reference in a new issue