From: Jackson Ray Hamilton Date: Sat, 30 May 2015 21:16:30 +0000 (-0700) Subject: Add test for escape characters. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/966bd20ae549c4aac1080312d1f7d389a6e784f5 Add test for escape characters. --- diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el index 505389692..c21cb3da2 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 8a282da41..85b16a51a 100644 --- a/test/fixtures/quote.el +++ b/test/fixtures/quote.el @@ -6,3 +6,5 @@ (append '("a" ; b "b" ; a )) + +(lambda () '((?\" ?\")))