You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running cgftest (with default test.conf and simple.conf) on the current master, cfg_parse returns CFG_PARSE_ERRORhere.
It could be by design. However, both test.conf and simple.conf are cited as good examples.
For example, running ./cfgtest test.conf produces:
Using libConfuse 3.2.2 by Martin Hedenfalk <martin@bzero.se>
cb_func() called with 4 parameters:
parameter 0: 'one'
parameter 1: 'two'
parameter 2: 'three'
parameter 3: 'four'
cb_func() called with 2 parameters:
parameter 0: '1'
parameter 1: '2'
test.conf:58: no such option '//delays'
ret == 1
parse error