Add test for previous change (bug#70023)

* test/lisp/progmodes/typescript-ts-mode-resources/indent.erts: Add
test.
This commit is contained in:
Theodor Thornhill 2024-03-28 19:02:09 +01:00
parent bcf6dd6e26
commit fbf6830299

View file

@ -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;
}
=-=-=