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

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

[elpa] master 926d74a 17/47: Include binding order in let* test.


From: Jackson Ray Hamilton
Subject: [elpa] master 926d74a 17/47: Include binding order in let* test.
Date: Mon, 18 May 2015 09:51:48 +0000

branch: master
commit 926d74a0727f790e2c1d3fa64ad00d5d4174fcab
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Include binding order in let* test.
---
 test/context-coloring-test.el |    6 ++++--
 test/fixtures/let*.el         |    4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el
index 64667a4..1d154e2 100644
--- a/test/context-coloring-test.el
+++ b/test/context-coloring-test.el
@@ -1145,8 +1145,10 @@ see that function."
   1111 1 1 1 0 0 00001
   22222 22
          22 12
-         22 000022
-    2222 1 1 2 2 2 0000))
+         22 00002
+         22 02
+         22 222
+    2222 1 1 2 2 2 000022
   1111 1 1 1 0 0 000011")))
 
 (provide 'context-coloring-test)
diff --git a/test/fixtures/let*.el b/test/fixtures/let*.el
index 967f866..44d743c 100644
--- a/test/fixtures/let*.el
+++ b/test/fixtures/let*.el
@@ -4,6 +4,8 @@
   (and a b c d e free)
   (let* (d
          (e a)
-         (c free))
+         (c free)
+         (g f)
+         (f g))
     (and a b c d e free))
   (and a b c d e free))



reply via email to

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