summaryrefslogtreecommitdiff
path: root/t/re/regexp_unicode_prop.t
Commit message (Expand)AuthorAgeFilesLines
* re/regexp_unicode_prop.t: Add commentKarl Williamson2019-12-091-0/+1
* PATCH GH #17025 \p{user-defined} overrides official UnicodeKarl Williamson2019-12-091-8/+2
* It's an error if any component of \p{user-defined} failsKarl Williamson2019-03-251-0/+7
* t/re/regexp_unicode_prop.t: Make sure sub called only onceKarl Williamson2019-02-141-5/+18
* t/re/regexp_unicode_prop.t: Add testsKarl Williamson2019-02-141-1/+76
* t/re/regexp_unicode_prop.t: Test that can have nested pkgsKarl Williamson2019-02-141-2/+2
* t/re/regexp_unicode_prop.t: Add some stressKarl Williamson2019-02-141-5/+8
* t/re/regexp_unicode_prop.t: Add tests for run-timeKarl Williamson2018-08-201-18/+48
* t/re/regexp_unicode_prop.t: Reorder a few testsKarl Williamson2018-08-201-4/+6
* t/re/regexp_unicode_prop.t: Avoid a TEST crash if failureKarl Williamson2018-08-201-4/+6
* t/re/regexp_unicode_prop.t: Add check no warnings generatedKarl Williamson2018-08-201-0/+8
* t/re/regexp_unicode_prop.t: Extract code into a functionKarl Williamson2018-08-201-14/+22
* t/re/regexp_unicode_prop.t: White-space onlyKarl Williamson2018-08-201-39/+39
* t/re/regexp_unicode_prop.t: Make sure returns trueKarl Williamson2018-08-201-0/+2
* re/regexp_unicode_prop.t: Add testKarl Williamson2018-04-171-0/+7
* re/regexp_unicode_prop.t: Fix loop statementKarl Williamson2016-02-291-1/+1
* regexp_unicode_prop.t: Clarify commentKarl Williamson2016-02-291-1/+1
* Fix /\p{pkg::User-defined}/iKarl Williamson2016-02-291-0/+21
* qr/\p{pkg1::...foo}/ must be a user-defined propertyKarl Williamson2015-10-131-1/+8
* regexp_unicode_prop.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-24/+22
* Test preamble: if requiring ./test.pl, needs chdir.Jarkko Hietaniemi2014-10-081-0/+1
* t/re/regexp_unicode_prop.t: Drop dependency on given/whenBrian Fraser2013-03-261-13/+11
* regexp_unicode_prop.t: Add tests.Karl Williamson2011-10-221-0/+9
* regexp_unicode_prop.t: Improve outputKarl Williamson2011-07-031-4/+6
* Convert t/re/regexp_unicode_prop.t to using test.pl's functions for testing.Nicholas Clark2011-03-141-19/+17
* Skip regexp_unicode_prop.t under minitest, as File::Spec may not be available.Nicholas Clark2011-03-061-4/+7
* regexp_unicode_prop.t: Add tests, refactorKarl Williamson2011-02-021-5/+50
* regexp_unicode_prop.t: Comment nitsKarl Williamson2011-02-021-2/+2
* restrict \p{IsUserDefined} to In\w+ and In\w+David Mitchell2011-01-161-9/+15
* mktables revampKarl Williamson2009-11-211-1/+2
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-0/+303