summaryrefslogtreecommitdiff
path: root/t/re/reg_posixcc.t
Commit message (Collapse)AuthorAgeFilesLines
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
| | | | | | | | | | | | | | | 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.
* reg_posixcc.t: display chr(\\xXX) should be chr(0xXX)Karl Williamson2014-08-151-1/+1
| | | | The test name was misleading. The operand to chr should be an ord.
* reg_posixcc.t: Improve test namesKarl Williamson2014-01-221-6/+6
| | | | | The test names dated to before feature unicode_strings, and were misleading.
* reg_posixcc.t: Add tests for \v, \V, \h, \HKarl Williamson2012-02-091-1/+5
|
* Add tests for [perl #87908]Karl Williamson2011-06-041-0/+14
|
* [:posix:] now works under /uKarl Williamson2010-10-311-19/+10
| | | | | | | This patch is part of fixing the Unicode bug. The /u regex modifier now applies to posix character classes. This resolves [perl #18281]. The Todo tests in reg_posicc.t have all been made not todo.
* revert to 5.8.x semantics for \s \w and \dYves Orton2009-10-191-1/+1
| | | | | | | | revert ba9ac1759cb6e7a5e6883c85edd0b450061b5ccb Changing the semantics of \w \s and \d breaks too much and Jesse wants to do a rollout. This disables the new semantics until we can get all the details worked out.
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-0/+160