branch: master commit 5f9bd49f3f9e575edd5b416dde83fb62b1cfb93a Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
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"))