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

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

[nongnu] elpa/emacsql 76a430032e 014/427: Fix up old test.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 76a430032e 014/427: Fix up old test.
Date: Tue, 13 Dec 2022 02:59:23 -0500 (EST)

branch: elpa/emacsql
commit 76a430032ef22de5d19fe82ad15b4e0371999d7c
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Fix up old test.
---
 emacsql-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql-tests.el b/emacsql-tests.el
index 31a3921c5c..d1bcd2f41c 100644
--- a/emacsql-tests.el
+++ b/emacsql-tests.el
@@ -10,7 +10,7 @@
   (should (string= (emacsql-escape "they're") "'they''re'")))
 
 (ert-deftest emacsql-escape-value ()
-  (should (string= (emacsql-escape-value 'foo) "foo"))
+  (should (string= (emacsql-escape-value 'foo) "'foo'"))
   (should (string= (emacsql-escape-value "foo") "'\"foo\"'"))
   (should (string= (emacsql-escape-value :foo) "':foo'"))
   (should (string= (emacsql-escape-value [1 2 3]) "'[1 2 3]'"))



reply via email to

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