summaryrefslogtreecommitdiff
path: root/t/04-xml.t
diff options
context:
space:
mode:
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';
}