Refactor tests (first pass)
[html-element-library.git] / t / crunch.t
1 #!/usr/bin/perl
2 use t::lib tests => 1;
3
4 my $tree = mktree 't/html/crunch.html';
5 $tree->crunch(look_down => [ class => 'imageElement' ], leave => 1);
6 isxml $tree, 't/html/crunch.exp', 'crunch';
This page took 0.022755 seconds and 4 git commands to generate.