summaryrefslogtreecommitdiff
path: root/t/04-xml.t
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@dechirico.(none)>2009-03-27 15:28:02 +0100
committerGianni Ceccarelli <dakkar@dechirico.(none)>2009-03-27 15:28:02 +0100
commit38cca38c46f7613dcd5aff2e11ba6ad6153d0269 (patch)
tree6fbd35f4a7da0c8ce4dbeeb417033550c0509a28 /t/04-xml.t
parenttest multiple imports with separate engines (diff)
downloadTree-Template-Declare-38cca38c46f7613dcd5aff2e11ba6ad6153d0269.tar.gz
Tree-Template-Declare-38cca38c46f7613dcd5aff2e11ba6ad6153d0269.tar.bz2
Tree-Template-Declare-38cca38c46f7613dcd5aff2e11ba6ad6153d0269.zip
test multiple calls to attribs
Diffstat (limited to 't/04-xml.t')
-rw-r--r--t/04-xml.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/04-xml.t b/t/04-xml.t
index 9ec5924..b7b0af8 100644
--- a/t/04-xml.t
+++ b/t/04-xml.t
@@ -18,7 +18,8 @@ sub make_tree {
name 'stuff';
node {
name 'test:elem1';
- attribs id => 1, 'test:buh' => 'testing';
+ attribs 'test:buh' => 'testing';
+ attribs id => 1;
node {
name 'test:sub1';
}