Refactor tests (first pass)
[html-element-library.git] / t / fillinform.t
1 #!/usr/bin/perl
2 use t::lib tests => 1;
3
4 my $tree = mktree 't/html/fillinform.html';
5 isxml \($tree->fillinform({state => 'catatonic'})), 't/html/fillinform.exp', 'fillinform';
This page took 0.023105 seconds and 4 git commands to generate.