summaryrefslogtreecommitdiff
path: root/test/lisp/textmodes/reftex-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/textmodes/reftex-tests.el')
-rw-r--r--test/lisp/textmodes/reftex-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/textmodes/reftex-tests.el b/test/lisp/textmodes/reftex-tests.el
index adbd2b73ed6..7f7c99a40a4 100644
--- a/test/lisp/textmodes/reftex-tests.el
+++ b/test/lisp/textmodes/reftex-tests.el
@@ -294,7 +294,8 @@ And this should be % \\cite{ignored}.
(find-file tex-file)
(setq keys (reftex-all-used-citation-keys))
(should (equal (sort keys #'string<)
- (sort '(;; Standard commands:
+ (sort (list
+ ;; Standard commands:
"cite:2022" "Cite:2022"
"parencite:2022" "Parencite:2022"
"footcite:2022" "footcitetext:2022"