tests/test-parseindex2.py.out
author Boris Feld <boris.feld@octobus.net>
Tue, 10 Oct 2017 10:49:15 +0200
changeset 34662 181d913b17e6
parent 7110 75fdc39b6172
permissions -rw-r--r--
configitems: allow for the registration of "generic" config item Some section can contains arbitrary keys (eg: color, alias, extensions). We add a way to register some generic config items for them. This is necessary to get all the config registered. We use a regular expression because some sub- attributes (eg: hooks.xxx.priority) can define default value on their own.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7110
75fdc39b6172 Add parseindex2.py test case
Bernhard Leiner <bleiner@gmail.com>
parents:
diff changeset
     1
done