settings: Allow spaces in time settings before the optional unit

This commit is contained in:
Martin Willi
2014-07-07 16:58:05 +02:00
parent 0058e26cb0
commit a51c48eeaa
2 changed files with 7 additions and 2 deletions
@@ -373,8 +373,8 @@ START_SETUP(setup_time_config)
" key0 = 5\n"
" key1 = 5s\n"
" key2 = 5m\n"
" key3 = 5h\n"
" key4 = 5d\n"
" key3 = 5 h\n"
" key4 = 5\td\n"
" empty = \"\"\n"
" none = \n"
" foo1 = bar\n"