diff options
Diffstat (limited to 'tests/config_data/configspecrc')
-rw-r--r-- | tests/config_data/configspecrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config_data/configspecrc b/tests/config_data/configspecrc index 35b7777..afa1c6d 100644 --- a/tests/config_data/configspecrc +++ b/tests/config_data/configspecrc @@ -15,6 +15,6 @@ test_boolean = boolean() test_string_file = string(default='~/myfile') -test_option = option('foo', 'bar', 'foobar', default='foobar') +test_option = option('foo', 'bar', 'foobar', 'foobar✔', default='foobar✔') [section2] |