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

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

[elpa] master 966bd20 31/79: Add test for escape characters.


From: Jackson Ray Hamilton
Subject: [elpa] master 966bd20 31/79: Add test for escape characters.
Date: Sun, 14 Jun 2015 00:05:29 +0000

branch: master
commit 966bd20ae549c4aac1080312d1f7d389a6e784f5
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Add test for escape characters.
---
 test/context-coloring-test.el |    4 +++-
 test/fixtures/quote.el        |    2 ++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el
index 5053896..c21cb3d 100644
--- a/test/context-coloring-test.el
+++ b/test/context-coloring-test.el
@@ -1103,7 +1103,9 @@ ssssssssssss0"))
 
 (xxxxxx '(sss cc
           sss cc
-          ))")))
+          ))
+
+(xxxxxx () 111111 11111)")))
 
 (context-coloring-test-deftest-emacs-lisp comment
   (lambda ()
diff --git a/test/fixtures/quote.el b/test/fixtures/quote.el
index 8a282da..85b16a5 100644
--- a/test/fixtures/quote.el
+++ b/test/fixtures/quote.el
@@ -6,3 +6,5 @@
 (append '("a" ; b
           "b" ; a
           ))
+
+(lambda () '((?\" ?\")))



reply via email to

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