summaryrefslogtreecommitdiff
path: root/t/02-xslt.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02-xslt.t')
-rw-r--r--t/02-xslt.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/02-xslt.t b/t/02-xslt.t
index ac6bf42..d36c132 100644
--- a/t/02-xslt.t
+++ b/t/02-xslt.t
@@ -16,14 +16,12 @@ use warnings;
tree_rule match => '/', action => sub {
tree {
- main::diag 'root';
$_[0]->apply_rules;
};
};
tree_rule match => '*', priority => 0, action => sub {
node {
- main::diag 'node '.$_[0]->it->name;
name $_[0]->it->name;
attribs %{$_[0]->it->attributes};
$_[0]->apply_rules;