branch: master
commit 966bd20ae549c4aac1080312d1f7d389a6e784f5
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    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