summaryrefslogtreecommitdiff
path: root/t/re/rt122747.t
Commit message (Collapse)AuthorAgeFilesLines
* Remove lib/unicore/Heavy.plKarl Williamson2019-11-061-1/+1
| | | | | | | This file was for the use of utf8_heavy.pl. But now that that is incorporated into Unicode::UCD, move the definitions from Heavy.pl to lib/unicore/UCD.pl which is used by Unicode::UCD. This allows removing package names.
* Use set_up_inc for several unit testsNicolas R2016-08-181-2/+2
| | | | | | | | | | | | | | | Use set_up_inc when require.pl is loaded move plan outside of BEGIN block when no tests are run at BEGIN time. Using set_up_inc allow to run these tests under minitest but also compile them using B::C. This also has the advantage to use a single control point for @INC setup. Note: some tests cannot use 'require test.pl', unshfit is then used for them.
* skip_all, not skip, if only miniperl.Jarkko Hietaniemi2014-11-081-1/+1
|
* rt122747.t needs Unicode tables.Jarkko Hietaniemi2014-10-151-0/+4
|
* add test for rt122747Yves Orton2014-09-141-0/+29