summaryrefslogtreecommitdiff
path: root/t/array_hash.t
diff options
context:
space:
mode:
Diffstat (limited to 't/array_hash.t')
-rwxr-xr-xt/array_hash.t6
1 files changed, 2 insertions, 4 deletions
diff --git a/t/array_hash.t b/t/array_hash.t
index 01f1e02..40b1291 100755
--- a/t/array_hash.t
+++ b/t/array_hash.t
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-
+# * Test assign_append, assign_addsection, save_file, reload.
+# * Use array or hash references as the data parameters to _append
use strict;
use Test;
-use Data::Dumper;
use lib '../lib';
@@ -28,13 +28,11 @@ $conf->assign_append(section=>"test-hash", point=>"foot",
var => "value",
});
-#$conf->assign_addsection(section=>"[unsection]");
$conf->assign_append(point=>"up",
data=> [
"a = b",
"var = value",
]);
-#$conf->assign_addsection(section=>"[unsection]");
$conf->assign_append(point=>"up",
data=> {
a1 => "b",