Refactor tests (first pass)
[html-element-library.git] / t / hashmap.t
CommitLineData
aa016126
MG
1#!/usr/bin/perl
2use t::lib tests => 1;
3
4my $tree = mktree 't/html/hashmap.html';
5$tree->hash_map(
6 hash => {people_id => 888, phone => '444-4444', email => 'm@xml.com'},
7 to_attr => 'sid',
8 excluding => ['email']
9);
10isxml $tree, 't/html/hashmap.exp', 'hash_map';
This page took 0.009746 seconds and 4 git commands to generate.