aboutsummaryrefslogtreecommitdiff
path: root/t/conf00.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conf00.t')
-rw-r--r--t/conf00.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/conf00.t b/t/conf00.t
index b497c86..1ee18c5 100644
--- a/t/conf00.t
+++ b/t/conf00.t
@@ -8,7 +8,7 @@ plan(tests => 1);
my $c = new ConfigSpec;
ok($c->canonical,
- q{core.base=4 core.number=[5,10] core.size="10 k" load.file="/etc/passwd" load.foobar="baz"});
+ q{core.base=4 core.enable=1 core.number=[5,10] core.size="10 k" load.file="/etc/passwd" load.foobar="baz"});
__DATA__
[core]
@@ -16,6 +16,7 @@ __DATA__
base = 4
size = 10 k
number = 10
+ enable = true
[load]
file = /etc/passwd
foobar = baz

Return to:

Send suggestions and report system problems to the System administrator.