This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pat_re_eval.t: reduce scope of 'use re eval'.
[perl5.git] / t / re / pat_re_eval.t
2012-06-13 David Mitchellpat_re_eval.t: reduce scope of 'use re eval'.
2012-06-13 David Mitchellpat_re_eval.t: remove 'no warnings'
2012-06-13 David Mitchelladd more tests for embedded qr// and code blocks
2012-06-13 David Mitchellpreserve code blocks in interpolated qr//s
2012-06-13 David Mitchellhandle /$not_utf8(?{...})$utf8/
2012-06-13 David Mitchellre_op_compile: recalc code indexes on utf8 upgrade
2012-06-13 David MitchellHandle literal code blocks in runtime regexes
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-06-13 David Mitchellre_eval and closures: add lots of TODO tests
2012-06-13 David Mitchelldisable lexing of (?{}) within \Q, \U etc
2011-03-06 Nicholas ClarkSkip pat_re_eval.t in minitest, as it uses re, which...
2011-03-05 Nicholas Clarkt/re/pat_{psycho,re_eval,special_cc}.t can use test...
2011-03-05 Nicholas ClarkEliminate the placeholder text 'Noname test'.
2011-03-05 Nicholas ClarkEliminate iseq() from ReTest.pl by changing all callers...
2011-03-05 Nicholas ClarkEliminate use of $::BugId in t/re/pat_re_eval.t
2011-03-05 Nicholas ClarkEliminate use of $::Message in t/re/pat_re_eval.t
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2009-09-19 Yves Ortondropped a test by accident the last go, so ressurect...
2009-09-19 Yves Ortonsplit t/re/pat.t into new pieces
2009-09-19 Yves Ortoncopy pat.t into five new files