libtest-regexp-perl 2017040101-ok1 source package in openKylin
Changelog
libtest-regexp-perl (2017040101-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Tue, 06 Sep 2022 09:39:48 +0300
libtest-regexp-perl (2017040101-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Tue, 06 Sep 2022 09:39:48 +0300
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libtest-regexp-perl_2017040101.orig.tar.gz | 18.5 KiB | 35cb41df5c5017835b89b853d5a44e25e6da973b450e1edca51bba70e7041e54 |
libtest-regexp-perl_2017040101-ok1.debian.tar.xz | 2.3 KiB | f1bfeef77080aa9af4bcc0a5f21f8a160afa8e139217b5d8f6028d9b534256e7 |
libtest-regexp-perl_2017040101-ok1.dsc | 1.9 KiB | 9b8027aad025daadeb9abc4011282c26d9bcf3a92de59409257693038e86c369 |
Test::Regexp is intended to test regular expressions. Given a subject
string and a regular expression (aka pattern), the module not only
tests whether the regular expression complete matches the subject
string, it performs a utf8::upgrade or utf8::downgrade on the subject
string and performs the tests again, if necessary. Furthermore, given
a pattern with capturing parenthesis, it checks whether all captures
are present, and in the right order. Both named and unnamed captures
are checked.