]> code.delx.au - gnu-emacs-elpa/commitdiff
Include binding order in let* test.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sun, 17 May 2015 07:25:11 +0000 (00:25 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sun, 17 May 2015 07:32:29 +0000 (00:32 -0700)
test/context-coloring-test.el
test/fixtures/let*.el

index 64667a485a58a8e20d8f2043b10ae518b2349243..1d154e213570a12f716a8057e9d115fec049b396 100644 (file)
@@ -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)
index 967f866eb9367a6c4ae0ed6f9ec0313d3df69c06..44d743ce6ce2e752902c0164234012e005e0ac4d 100644 (file)
@@ -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))