aboutsummaryrefslogtreecommitdiff
path: root/t/conf07.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conf07.t')
-rw-r--r--t/conf07.t18
1 files changed, 18 insertions, 0 deletions
diff --git a/t/conf07.t b/t/conf07.t
new file mode 100644
index 0000000..808ff2c
--- /dev/null
+++ b/t/conf07.t
@@ -0,0 +1,18 @@
+# -*- perl -*-
+use lib qw(t lib);
+use strict;
+use Test;
+use ConfigSpec2;
+
+plan(tests => 1);
+
+my $c = new ConfigSpec2;
+ok($c->canonical,
+ q{core.base="test" load.test.param.mode="0644" load.test.param.owner="nobody"});
+
+__DATA__
+[core]
+ base = test
+[load test param]
+ mode = 0644
+ owner = nobody

Return to:

Send suggestions and report system problems to the System administrator.