summaryrefslogtreecommitdiff
path: root/t/02merge.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02merge.t')
-rw-r--r--t/02merge.t8
1 files changed, 1 insertions, 7 deletions
diff --git a/t/02merge.t b/t/02merge.t
index 85fd556..4c12ec4 100644
--- a/t/02merge.t
+++ b/t/02merge.t
@@ -35,11 +35,5 @@ $node->subtree(name => new Config::Tree::Node::Value(
locus => new Config::Tree::Locus('input',4)));
$t->add_node(x => $node);
-ok(join(' ', map {
- local $Data::Dumper::Useqq = 1;
- local $Data::Dumper::Terse = 1;
- local $Data::Dumper::Indent = 0;
- '['.$_->[1]->locus . ']: '.
- join('.', @{$_->[0]}) . "=" . Data::Dumper->Dump([$_->[1]->value]);
- } $t->flatten(sort => SORT_PATH)),
+ok($t->canonical(delim => ' ', locus => 1),
q{[input:2]: x.name="bar" [input:1,3]: x.number=[1,2]});

Return to:

Send suggestions and report system problems to the System administrator.