| #
                6388dc34 |  | 21-Apr-2016 | Gerrit Uitslag <klapinklapin@gmail.com> | allow true/false for onoff config setting
 Changed the values recognized by the general config parser.
 If value in config is a boolean it is recognized as boolean, not if it
 is a string.
 
 Fixes #718
 
 | 
| #
                d12150d8 |  | 16-Jan-2013 | Andreas Gohr <andi@splitbrain.org> | fixed problems with spaced arrays 
 | 
| #
                a24fc53e |  | 16-Nov-2012 | Andreas Gohr <andi@splitbrain.org> | added failing test for array type 
 | 
| #
                cba21baa |  | 16-Nov-2012 | Andreas Gohr <andi@splitbrain.org> | started to add some unit tests to config manager
 Parsing the config file should be completely tested before we can rely
 on it and safely extend it. This just adds the first very basic tests.
 
 |