Files
nixpkgs/pkgs/development/python-modules/keymap-drawer/tests/invalid.keymap
Matt Sturgeon c6f2ee49cd keymap-drawer.tests: use simple in-tree fixtures and semantic assertions
- Simple in-tree test fixtures, instead of a snapshot of a real config.
- Semantic XML/YAML assertions instead of byte-for-byte comparisons.
2026-03-18 17:51:23 +00:00

12 lines
186 B
Plaintext

/ {
keymap {
compatible = "zmk,keymap";
broken_layer {
bindings = <
&kp ESC &kp A
&kp SPACE // <-- missing closing + inconsistent row
};
};
};