From: nverno Date: Fri, 17 Nov 2023 01:55:59 +0000 (-0800) Subject: Fix test name with erts-run-test with Point-Char X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5e6b3ff5ae0c1d52db848e56341b6299899fdd1;p=emacs.git Fix test name with erts-run-test with Point-Char * lisp/progmodes/erts-mode.el (erts-run-test): Fix finding the test name when Point-Char is defined, (Bug#67235) --- diff --git a/lisp/progmodes/erts-mode.el b/lisp/progmodes/erts-mode.el index 8dce93eae7e..5ff74082461 100644 --- a/lisp/progmodes/erts-mode.el +++ b/lisp/progmodes/erts-mode.el @@ -181,7 +181,8 @@ expected results and the actual results in a separate buffer." (ert-test--erts-test (list (cons 'dummy t) (cons 'code (car (read-from-string test-function))) - (cons 'point-char (erts-mode--preceding-spec "Point-Char"))) + (cons 'point-char (save-match-data + (erts-mode--preceding-spec "Point-Char")))) (buffer-file-name)) (:success (message "Test successful")) (ert-test-failed