changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/ffi/xkb/tests.lisp

revision 696: 38e9c3be2392
parent 684: 29fe829a7ac3
     1.1--- a/lisp/ffi/xkb/tests.lisp	Fri Oct 04 16:14:44 2024 -0400
     1.2+++ b/lisp/ffi/xkb/tests.lisp	Fri Oct 04 21:11:52 2024 -0400
     1.3@@ -7,7 +7,7 @@
     1.4 (load-xkbcommon)
     1.5 
     1.6 (deftest xkb-basic ()
     1.7-  (is (= xkb:xkb-keysym-max 536870911))
     1.8+  (is (= xkb::+xkb-keysym-max+ 536870911))
     1.9   (let* ((ctx (xkb:xkb-context-new (xkb-context-flags :no-flags)))
    1.10          (map (xkb::xkb-keymap-new-from-names ctx nil (xkb::xkb-keymap-compile-flags :no-flags)))
    1.11          (state (xkb::xkb-state-new map)))