Edit

kc3-lang/libxkbcommon/test/data/rules/multiple-options

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2012-07-11 14:08:28
    Hash : 19f814f9
    Message : rules: fix parsing of multiple options This was broken by commit 18d331b86b4942ba54fe087ca07e47c9383d768b (where only the first option out of a comma-separated string was matched). Do it correctly this time and add a test. Signed-off-by: Ran Benita <ran234@gmail.com>

  • test/data/rules/multiple-options
  • ! 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
      option111     = +substring
      option1       = +some:compat
      option11      = +group(bla)
    
    ! option        = symbols
      option3       = +compose(foo)+keypad(bar)
      colon:opt     = +altwin(menu)