Paketname | libtest-html-content-perl |
Beschreibung | Perl extension for testing HTML output |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.08-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 112 Byte |
Hängt ab von | perl (>= 5.6.0-16), libhtml-parser-perl, libtest-simple-perl |
Empfohlene Pakete | libxml-libxml-perl |
Paketbetreuer | Dominic Hargreaves |
Quelle | |
Paketgröße | 20576 Byte |
Prüfsumme MD5 | b3d1e727f6b9a18d9a579c96ee134265 |
Prüfsumme SHA1 | 3554b601c0144874c571270d9a2bdb38a5e0e1ae |
Prüfsumme SHA256 | 63cf6dac81fff9c8e1f34cecc6fc9381e83e645e76c59c56a6257a2a369e455d |
Link zum Herunterladen | libtest-html-content-perl_0.08-1_all.deb |
Ausführliche Beschreibung | This is a module to test the HTML output of your programs in simple
test scripts. It can test a scalar (presumably containing HTML) for
the presence (or absence, or a specific number) of tags having (or
lacking) specific attributes. Unspecified attributes are ignored,
and the attribute values can be specified as either scalars (meaning
a match succeeds if the strings are identical) or regular expressions
(meaning that a match succeeds if the actual attribute value is matched
by the given RE) or undef (meaning that the attribute must not
be present).
|