emacs-diffs
[Top][All Lists]
Advanced

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

master 229d0772e2: Add test for java indentation (bug#61115)


From: Theodor Thornhill
Subject: master 229d0772e2: Add test for java indentation (bug#61115)
Date: Sat, 4 Feb 2023 03:30:01 -0500 (EST)

branch: master
commit 229d0772e235f51812ed8020a31f9a8de366c7ba
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Add test for java indentation (bug#61115)
    
    * test/lisp/progmodes/java-ts-mode-resources/indent.erts: Add new test
    case.
---
 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 e59d5fed8e..c8e0ac7170 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]