From 26248672c6b3ee8f8b10dff5f2b8302e008f46c1 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Fri, 27 Mar 2009 13:00:46 +0100 Subject: LibXML with namespace support, and fixed tests --- t/03-html.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 't/03-html.t') diff --git a/t/03-html.t b/t/03-html.t index 2640a5e..8504c90 100644 --- a/t/03-html.t +++ b/t/03-html.t @@ -25,4 +25,7 @@ my $tree=tree { }; }; -diag $tree->as_HTML(); +is($tree->as_HTML(), + qq{Page title

Page para\n}, + 'HTML tree' +); -- cgit v1.2.3