1# Just a test file.  Or something.
2# This file is hereby placed into the public domain.
3#
4# Test if confget can properly override "default" values with
5# ones specified in a named section.
6
7both=default
8defonly=default
9
10[a]
11aonly=b
12both=a
13aonly=a
14