diff options
Diffstat (limited to 'test/lisp/electric-tests.el')
-rw-r--r-- | test/lisp/electric-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/electric-tests.el b/test/lisp/electric-tests.el index 7e94dfa496c..a665d2eb288 100644 --- a/test/lisp/electric-tests.el +++ b/test/lisp/electric-tests.el @@ -179,9 +179,9 @@ The buffer's contents should %s: "" "-in-comments"))) (if test-in-strings - `(("\"" "\"" "-in-strings"))) + '(("\"" "\"" "-in-strings"))) (if test-in-code - `(("" "" "")))) + '(("" "" "")))) append (cl-loop for char across input |