[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"))
- [elpa] master 16fa835 40/79: Optimize JSON parser., (continued)
- [elpa] master 16fa835 40/79: Optimize JSON parser., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 3dfd515 42/79: Messy server implementation., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 872bf5f 46/79: Bump required scopifier version., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 2258572 39/79: Optimize. Refactor., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 59492ab 41/79: Refactor token application., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 233ea1a 47/79: Kill any scopifier server before running the tests., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 0079778 48/79: Set `:send-report' to nil., Jackson Ray Hamilton, 2015/06/13
- [elpa] master cacf5de 49/79: Add cond support., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 8d15938 43/79: Cleaner server implementation., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 89286b6 54/79: Cleanup., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 5f9bd49 50/79: Add comments and strings to the cond test.,
Jackson Ray Hamilton <=
- [elpa] master c2834f0 51/79: Add condition-case support., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 2ee41c1 52/79: Add comments and strings to condition-case test., Jackson Ray Hamilton, 2015/06/13
- [elpa] master e387aaf 45/79: Merge branch 'server' into elisp, Jackson Ray Hamilton, 2015/06/13
- [elpa] master 77b075f 60/79: Space., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 5857bc8 53/79: Refactor comments and strings coloring., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 4bd7fc7 56/79: Make delays configurable at the dispatch level., Jackson Ray Hamilton, 2015/06/13
- [elpa] master f870598 59/79: Fix infinite loop when parsing let., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 3c7a00d 55/79: Add lazy coloring., Jackson Ray Hamilton, 2015/06/13
- [elpa] master 08e2981 63/79: Swallow scan errors., Jackson Ray Hamilton, 2015/06/13
- [elpa] master ec9f04d 64/79: Update emacs lisp support in readme., Jackson Ray Hamilton, 2015/06/13