Branch
Hash :
7f04ffc4
Author :
Date :
2012-08-29T12:10:28
rules: fix check for appending '|' character when applying There are two ways to separate multiple files in XKB include statements: '+' will cause the later file to override the first in case of conflict, while '|' will cause it augment it (this is done by xkbcomp). '!' is unrelated here. Since '|' is practically never used, this wasn't noticed. In the modified test, the '|some_compat' previously was just ignored. Signed-off-by: Ran Benita <ran234@gmail.com>
! model = keycodes
my_model = my_keycodes
* = default_keycodes
! layout variant = symbols
my_layout my_variant = my_symbols+extra_variant
! layout = symbols
my_layout = my_symbols
* = default_symbols
! model = types
my_model = my_types
* = default_types
! model = compat
my_model = my_compat
* = default_compat
! option = compat
my_option = |some:compat