emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 d2776d8254f 3/5: Backport: Add test for java indentation (bug#6


From: Dmitry Gutov
Subject: emacs-29 d2776d8254f 3/5: Backport: Add test for java indentation (bug#61115)
Date: Tue, 21 Nov 2023 09:27:11 -0500 (EST)

branch: emacs-29
commit d2776d8254fa4afc64a8828da7d30886c2d35ac2
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    Backport: Add test for java indentation (bug#61115)
    
    * test/lisp/progmodes/java-ts-mode-resources/indent.erts: Add new test
    case.
    
    (cherry picked from commit 229d0772e235f51812ed8020a31f9a8de366c7ba)
---
 test/lisp/progmodes/java-ts-mode-resources/indent.erts | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/test/lisp/progmodes/java-ts-mode-resources/indent.erts 
b/test/lisp/progmodes/java-ts-mode-resources/indent.erts
index e59d5fed8e8..c8e0ac71708 100644
--- a/test/lisp/progmodes/java-ts-mode-resources/indent.erts
+++ b/test/lisp/progmodes/java-ts-mode-resources/indent.erts
@@ -42,3 +42,12 @@ if (x) {
   return;
 }
 =-=-=
+
+Name: Field declaration without access modifier (bug#61115)
+
+=-=
+public class T {
+  @Autowired
+  String a;
+}
+=-=-=



reply via email to

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