From 0b5e750eae0d8d58ae293beeaf29368431d5b618 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Thu, 1 Mar 2007 13:51:51 +0100 Subject: [PATCH] Add perl-sax/attribute-empty test, works directly. All tests pass! --- perl-sax/attribute-empty.pl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 perl-sax/attribute-empty.pl diff --git a/perl-sax/attribute-empty.pl b/perl-sax/attribute-empty.pl new file mode 100644 index 0000000..5c87bd4 --- /dev/null +++ b/perl-sax/attribute-empty.pl @@ -0,0 +1,8 @@ +#! /usr/bin/perl +use XML::TemplateSAX; + +my $doc = XML::TemplateSAX::process_file('../xml/clone.xml', { + 'color' => 'blue', + '#things' => [] +}); +print $doc; -- 2.39.2