From 38cca38c46f7613dcd5aff2e11ba6ad6153d0269 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Fri, 27 Mar 2009 15:28:02 +0100 Subject: test multiple calls to attribs --- t/04-xml.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/04-xml.t') 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'; } -- cgit v1.2.3