emacs-diffs
[Top][All Lists]
Advanced

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

master 1bf92d91950: * test/lisp/align-resources/c-mode.erts: Make test a


From: Mattias Engdegård
Subject: master 1bf92d91950: * test/lisp/align-resources/c-mode.erts: Make test agree with Emacs
Date: Sat, 5 Aug 2023 12:35:32 -0400 (EDT)

branch: master
commit 1bf92d91950271c497675d3a7dc418fc6bf75175
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    * test/lisp/align-resources/c-mode.erts: Make test agree with Emacs
    
    This eliminates a failure in align-tests.  There doesn't seem to be
    anything obviously wrong with Emacs's behaviour in this case.
---
 test/lisp/align-resources/c-mode.erts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/lisp/align-resources/c-mode.erts 
b/test/lisp/align-resources/c-mode.erts
index ecdff507103..a28c2bdbed0 100644
--- a/test/lisp/align-resources/c-mode.erts
+++ b/test/lisp/align-resources/c-mode.erts
@@ -17,7 +17,7 @@ Name: example from Commentary
     short foo = 2;
     double blah = 4;
 =-=
-    int                a       =       1;
-    short      foo     =       2;
-    double     blah    =       4;
+    int                a    = 1;
+    short      foo  = 2;
+    double     blah = 4;
 =-=-=



reply via email to

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