This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #125892] qr/(?[ ]) regression with '!'
[perl5.git] / t / re / regex_sets.t
2015-09-13 Karl WilliamsonPATCH: [perl #125892] qr/(?[ ]) regression with '!'
2015-09-03 Karl Williamsonre/regex_sets.t: Suppress $^W expected warnings
2015-08-24 Karl WilliamsonMake qr/(?[ ])/ work in UTF-8 locales
2015-03-20 Karl WilliamsonChange /(?[...]) to have normal operator precedence
2015-03-06 Karl Williamsont/re/regex_sets.t: Generalize for non-ASCII platforms
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2014-09-03 Father Chrysostomosskip_all_without_unicode_tables
2014-09-03 Father ChrysostomosSkip t/re/regex_sets.t under miniperl unless uni tables...
2014-08-24 Father ChrysostomosPartial minitest fix-up
2013-06-08 Father ChrysostomosAllow qr/(?[ [a] ])/ interpolation in (?[...])
2013-02-04 Karl WilliamsonAdd tests and clarify pod for (?[ ])
2013-02-04 Karl WilliamsonAdd interpolations to regex sets
2013-01-11 Karl WilliamsonNew regex experimental feature: (?[ ])