]> iEval git - html-element-library.git/blobdiff - t/hashmap.t
Refactor tests (second pass)
[html-element-library.git] / t / hashmap.t
diff --git a/t/hashmap.t b/t/hashmap.t
deleted file mode 100644 (file)
index ed81f06..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/perl
-use t::lib tests => 1;
-
-my $tree = mktree 't/html/hashmap.html';
-$tree->hash_map(
-       hash      => {people_id => 888, phone => '444-4444', email => 'm@xml.com'},
-       to_attr   => 'sid',
-       excluding => ['email']
-);
-isxml $tree, 't/html/hashmap.exp', 'hash_map';
This page took 0.015629 seconds and 4 git commands to generate.