From: Eli Zaretskii Date: Thu, 11 Apr 2024 05:55:12 +0000 (+0300) Subject: ; Fix whitespace in editfns-tests.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cceebbc145e02890d9a052a807e74aa7541fcf10;p=emacs.git ; Fix whitespace in editfns-tests.el * test/src/editfns-tests.el (editfns-tests--before/after-change-functions): Fix whitespace. (cherry picked from commit 5d35ef858a9a949f682ef7b5fc6c0eae9f415936) --- diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el index a7fcef86209..a02bab73c09 100644 --- a/test/src/editfns-tests.el +++ b/test/src/editfns-tests.el @@ -520,7 +520,7 @@ (insert "ééé") (encode-coding-region beg (point) 'utf-8) (should (null (sanity-check-change-functions-errors)))) - + (sanity-check-change-functions-with-op 'DECODE-CODING-REGION (decode-coding-region beg (point) 'utf-8) (should (null (sanity-check-change-functions-errors)))))