http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13941 --- Comment #7 from Jonathan Druart <jonathan.druart@biblibre.com> --- Comment on attachment 37735 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37735 Bug 13941 [1/2] Test <body> tag with id/class attributes Review of attachment 37735: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13941&attachment=37735) ----------------------------------------------------------------- ::: xt/tt_valid.t @@ +41,4 @@
} close $dh;
+use YAML;
Seems useless. @@ +56,5 @@
+ { + description => '<body> tag with id and class attributes', + check => sub { + my ($self, $name, $token) = @_; + my $_ = $token->{_string};
Hum... Sure about this? :) -- You are receiving this mail because: You are watching all bug changes.