From 926d74a0727f790e2c1d3fa64ad00d5d4174fcab Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Sun, 17 May 2015 00:25:11 -0700 Subject: [PATCH] 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 64667a485..1d154e213 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 967f866eb..44d743ce6 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)) -- 2.39.2