]> code.delx.au - gnu-emacs-elpa/commitdiff
Add comments and strings to the cond test.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sat, 6 Jun 2015 20:07:25 +0000 (13:07 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sat, 6 Jun 2015 20:07:25 +0000 (13:07 -0700)
test/context-coloring-test.el
test/fixtures/cond.el

index c97228edb3927b77629720fa54b02f8266fe4dff..d877d49e77ca74eaa46acd36aa8a232855806bc9 100644 (file)
@@ -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."
index e05d2553ea6f1c268be0a258d9c3e74a80144829..d5aae5b2fae7d1231570d180566da193cfc0286f 100644 (file)
@@ -3,4 +3,6 @@
    (a t)
    (free t)
    ((eq a free) t)
-   (t (list a free))))
+   (t (list a free))
+   ;; c
+   "s"))