Skip to content

Commit

Permalink
custom test for all versions older than 27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a13 committed Feb 24, 2024
1 parent fc749c7 commit 1900788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverse-im-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(seq-set-equal-p s1 s2 'equal))))

(ert-deftest reverse-im--modifiers-combos-test ()
(if (string= "26.3" emacs-version)
(if (version< "27.0" emacs-version)
(should (equal (reverse-im--modifiers-combos '(control meta))
'(nil (control) (meta) (meta control))))
(should
Expand Down

0 comments on commit 1900788

Please sign in to comment.