emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 fbf68302999 2/2: Add test for previous change (bug#70023)


From: Theodor Thornhill
Subject: emacs-29 fbf68302999 2/2: Add test for previous change (bug#70023)
Date: Thu, 28 Mar 2024 14:04:05 -0400 (EDT)

branch: emacs-29
commit fbf6830299998a1e99b99c69cb90b637a3d26f12
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Add test for previous change (bug#70023)
    
    * test/lisp/progmodes/typescript-ts-mode-resources/indent.erts: Add
    test.
---
 .../progmodes/typescript-ts-mode-resources/indent.erts     | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/test/lisp/progmodes/typescript-ts-mode-resources/indent.erts 
b/test/lisp/progmodes/typescript-ts-mode-resources/indent.erts
index 7b6185e0386..bec96ad82e0 100644
--- a/test/lisp/progmodes/typescript-ts-mode-resources/indent.erts
+++ b/test/lisp/progmodes/typescript-ts-mode-resources/indent.erts
@@ -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;
+}
+=-=-=



reply via email to

[Prev in Thread] Current Thread [Next in Thread]