libxkbcommon/test
Ran Benita 7f04ffc4d3 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>
2012-09-03 10:31:12 +03:00
..
data rules: fix check for appending '|' character when applying 2012-09-03 10:31:12 +03:00
.gitignore Fix warning 2012-08-09 01:55:30 +03:00
common.c Set log level for tests through env, not directly 2012-09-03 10:31:12 +03:00
context.c test: Add extremely rudimentary include path test 2012-08-08 16:23:30 +02:00
filecomp.c test: Minimise includes 2012-08-08 16:23:30 +02:00
interactive.c test: Use test_compile_*() in interactive 2012-08-08 13:30:24 +02:00
keyseq.c keyseq: use our own keysyms 2012-08-07 11:09:42 +03:00
keysym.c test: Minimise includes 2012-08-08 16:23:30 +02:00
log.c log: replace "priority" by "level" everywhere 2012-09-03 10:31:12 +03:00
rules-file.c rules: fix check for appending '|' character when applying 2012-09-03 10:31:12 +03:00
rulescomp.c Don't printf NULL strings 2012-09-03 10:31:12 +03:00
state.c state: fix mod_names_are_active 2012-09-02 19:17:09 +03:00
stringcomp.c test/stringcomp: Perform full round-trip test 2012-08-08 16:23:30 +02:00
test.h utils: add/replace string equality macros 2012-07-27 00:27:24 +03:00