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

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

[nongnu] elpa/sly 8b1b968 2/2: Add `initially' loop clause to tests


From: ELPA Syncer
Subject: [nongnu] elpa/sly 8b1b968 2/2: Add `initially' loop clause to tests
Date: Sun, 14 Nov 2021 05:58:08 -0500 (EST)

branch: elpa/sly
commit 8b1b968651c6d1a8699d16c3a03d0d1e83ecca3d
Author: Zach Shaftel <zshaftel@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Add `initially' loop clause to tests
    
    * test/sly-cl-indent-test.txt: Add an initially clause to one of the
    test loop forms, since that was the only keyword I know of which was
    affected by the bug fixed in the last commit.
---
 test/sly-cl-indent-test.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/test/sly-cl-indent-test.txt b/test/sly-cl-indent-test.txt
index 1f06a2a..47a55e5 100644
--- a/test/sly-cl-indent-test.txt
+++ b/test/sly-cl-indent-test.txt
@@ -208,6 +208,8 @@ thenret x
 
 (loop for x in foo
       for y in quux
+      initially
+      (princ "hi!")
       finally (foo)
               (fo)
               (zoo)
@@ -223,6 +225,8 @@ thenret x
 
 (loop for x in foo
       for y in quux
+      initially
+         (princ "hi!")
       finally (foo)
               (fo)
               (zoo)
@@ -238,6 +242,8 @@ thenret x
 
 (loop for x in foo
       for y in quux
+      initially
+         (princ "hi!")
       finally (foo)
               (fo)
               (zoo)



reply via email to

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