emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/tomelr 192cb06a23 57/84: chore(style): Whitespace chang


From: ELPA Syncer
Subject: [elpa] externals/tomelr 192cb06a23 57/84: chore(style): Whitespace change only
Date: Tue, 3 May 2022 09:58:13 -0400 (EDT)

branch: externals/tomelr
commit 192cb06a2374ef6a0d24eeca4d4f4062848edbd7
Author: Kaushal Modi <kaushal.modi@gmail.com>
Commit: Kaushal Modi <kaushal.modi@gmail.com>

    chore(style): Whitespace change only
---
 test/ttable.el | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/test/ttable.el b/test/ttable.el
index 3898b187cd..477324dc3f 100644
--- a/test/ttable.el
+++ b/test/ttable.el
@@ -26,16 +26,20 @@
 
 ;;;; Simple tables
 (ert-deftest test-table ()
-  (let ((inp '(((table-1 . ((key1 . "some string")
+  (let ((inp '(
+               ((table-1 . ((key1 . "some string")
                             (key2 . 123))))
                ((table-2 . ((key1 . "another string")
-                            (key2 . 456))))))
-        (ref '("[table-1]
+                            (key2 . 456))))
+               ))
+        (ref '(
+               "[table-1]
   key1 = \"some string\"
   key2 = 123"
                "[table-2]
   key1 = \"another string\"
-  key2 = 456"))
+  key2 = 456"
+               ))
         out)
     (dolist (el inp)
       (push (tomelr-encode el) out))



reply via email to

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