diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-03-06 18:59:52 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-03-06 20:39:57 +0000 |
commit | cedc31d0900eea3a62ab0e324927251011d4b832 (patch) | |
tree | 597d3a8d443d2dd1d28f3aaed3d0942add51b6f9 /MANIFEST | |
parent | 563ff921d7b97889a3a611987ca6f2f250c5b876 (diff) | |
download | perl-cedc31d0900eea3a62ab0e324927251011d4b832.tar.gz |
Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it is not part of minitest.
The test file is for functions in the re:: namespace implemented in
universal.c, but needs to load re, which isn't built for minitest. As none of
these functions are used as part of the core's build process, seems best to
move it with all the other tests related to the re extension.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3546,6 +3546,7 @@ ext/re/t/lexical_debug.t test that lexical re 'debug' works ext/re/t/qr.t test that qr// is a Regexp ext/re/t/reflags.t see if re '/xism' pragma works ext/re/t/re_funcs.t See if exportable 're' funcs in re.xs work +ext/re/t/re_funcs_u.t See if exportable 're' funcs in universal.c work ext/re/t/regop.pl generate debug output for various patterns ext/re/t/regop.t test RE optimizations by scraping debug output ext/re/t/re.t see if re pragma works @@ -5050,7 +5051,6 @@ t/re/reg_nc_tie.t Test the tied methods of Tie::Hash::NamedCapture t/re/reg_pmod.t See if regexp /p modifier works as expected t/re/reg_posixcc.t See if posix character classes behave consistently t/re/reg_unsafe.t Check for unsafe match vars -t/re/re.t See if exportable 're' funcs in universal.c work t/re/re_tests Regular expressions for regexp.t t/re/rxcode.t See if /(?{ code })/ works t/re/subst_amp.t See if $&-related substitution works |