branch: master commit 53279b1931672e3cae19832b8ec2475b858c52df Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Fix tests on Windows. --- test/context-coloring-test.el | 3 ++- test/fixtures/{let*.el => let-star.el} | 0 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el index f5633b8..ddf0680 100644 --- a/test/context-coloring-test.el +++ b/test/context-coloring-test.el @@ -699,7 +699,8 @@ ssssssssssss0")) 22 02 22 222 2222 1 1 2 2 2 000022 - 1111 1 1 1 0 0 000011"))) + 1111 1 1 1 0 0 000011")) + :fixture "let-star.el") (context-coloring-test-deftest-emacs-lisp cond (lambda () diff --git a/test/fixtures/let*.el b/test/fixtures/let-star.el similarity index 100% rename from test/fixtures/let*.el rename to test/fixtures/let-star.el