kmx git
Register
kc3-lang/libxkbcommon
kc3-lang
Login
kc3-lang
/
libxkbcommon
Browse
Commit
Author :
Pierre Le Marre
Date :
2024-10-08 12:52:53
Hash :
929a485f
Message :
symbols: Fix too liberal parsing of keysyms lists Currently we are too liberal when parsing symbols lists: e.g. `[{a,{b}}]` is parsed as `[{a,b}]` but it should be rejected.