]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/align-resources/c-mode.erts: Make test agree with Emacs
authorMattias Engdegård <mattiase@acm.org>
Sat, 5 Aug 2023 16:22:07 +0000 (18:22 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 5 Aug 2023 16:23:52 +0000 (18:23 +0200)
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

index ecdff50710361e2e80de99e0ea109355b5e66882..a28c2bdbed0bff3c157aa6b5073c9ae7a69ff873 100644 (file)
@@ -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;
 =-=-=