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

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

[elpa] master 5f9bd49 50/79: Add comments and strings to the cond test.


From: Jackson Ray Hamilton
Subject: [elpa] master 5f9bd49 50/79: Add comments and strings to the cond test.
Date: Sun, 14 Jun 2015 00:05:38 +0000

branch: master
commit 5f9bd49f3f9e575edd5b416dde83fb62b1cfb93a
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Add comments and strings to the cond test.
---
 test/context-coloring-test.el |    4 +++-
 test/fixtures/cond.el         |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el
index c97228e..d877d49 100644
--- a/test/context-coloring-test.el
+++ b/test/context-coloring-test.el
@@ -1160,7 +1160,9 @@ ssssssssssss0"))
    11 11
    10000 11
    1111 1 00001 11
-   11 11111 1 0000111)")))
+   11 11111 1 000011
+   cc c
+   sss1)")))
 
 (defun context-coloring-test-insert-unread-space ()
   "Simulate the insertion of a space as if by a user."
diff --git a/test/fixtures/cond.el b/test/fixtures/cond.el
index e05d255..d5aae5b 100644
--- a/test/fixtures/cond.el
+++ b/test/fixtures/cond.el
@@ -3,4 +3,6 @@
    (a t)
    (free t)
    ((eq a free) t)
-   (t (list a free))))
+   (t (list a free))
+   ;; c
+   "s"))



reply via email to

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