Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $html = $element->as_HTML();
    is($html, $expected);
    
  2. or download this
    not ok 1
    #     Failed test (pseudoelement.pl at line 12)
    ...
    #     expected: '<td class="zwischanspalte">&nbsp;</td>'
    1..1
    # Looks like you failed 1 tests of 1.