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