aboutsummaryrefslogtreecommitdiffstats
path: root/tests/etc/t-argparse.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/etc/t-argparse.conf')
-rw-r--r--tests/etc/t-argparse.conf14
1 files changed, 9 insertions, 5 deletions
diff --git a/tests/etc/t-argparse.conf b/tests/etc/t-argparse.conf
index c556466..90b9935 100644
--- a/tests/etc/t-argparse.conf
+++ b/tests/etc/t-argparse.conf
@@ -3,12 +3,12 @@
# Options applied to all user's config files
#verbose
-[echo Begin global config]
-
+[-echo Begin global config]
+[verbose]
[group :staff]
# These option are applied to all users of the group staff up until
# the next [group] or [user] statement.
-
+[-verbose]
[+force]
# All following option are forced and thus ignored when set in user
# config files. Valid until the next [user] statement. Take care
@@ -21,11 +21,14 @@
# The compliance is set immutable for these users
verbose
+[-force]
+not-my-option
+
# The next shall raise an error due to the garpage at the end.
#<off>[+ignore] fooo
-#[+ignore-all]
+[+ignore-all]
# All options are ignored.
@@ -55,4 +58,5 @@ my-option 42
# The default algorithm for new keys is set to this.
a-long-option
-[echo End global config]
+
+[-echo End global config]