summaryrefslogtreecommitdiff
path: root/t/05-mixed.t
diff options
context:
space:
mode:
Diffstat (limited to 't/05-mixed.t')
-rw-r--r--t/05-mixed.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/05-mixed.t b/t/05-mixed.t
index e7e66b1..85bcf37 100644
--- a/t/05-mixed.t
+++ b/t/05-mixed.t
@@ -50,6 +50,6 @@ my $dagtree=dtree {
};
};
-is_deeply($dagtree->tree_to_lol(),
- [['coso1'],['coso2'],'root'],
- 'DAG_Node tree');
+cmp_deeply($dagtree->tree_to_lol(),
+ [[re(qr{coso1})],[re(qr{coso2})],re(qr{root})],
+ 'DAG_Node tree');