Adding upstream version 2.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d1aeef90c9
commit
d8a70e48ab
56 changed files with 3865 additions and 0 deletions
20
tests/config_data/invalid_configspecrc
Normal file
20
tests/config_data/invalid_configspecrc
Normal file
|
@ -0,0 +1,20 @@
|
|||
# vi: ft=dosini
|
||||
# Test file comment
|
||||
|
||||
[section]
|
||||
# Test section comment
|
||||
|
||||
# Test field comment
|
||||
test_boolean_default = boolean(default=True)
|
||||
|
||||
test_boolean = bool(default=False)
|
||||
|
||||
# Test field commented out
|
||||
# Uncomment to enable
|
||||
# test_boolean = True
|
||||
|
||||
test_string_file = string(default='~/myfile')
|
||||
|
||||
test_option = option('foo', 'bar', 'foobar', default='foobar')
|
||||
|
||||
[section2]
|
Loading…
Add table
Add a link
Reference in a new issue