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

Return to:

Send suggestions and report system problems to the System administrator.