summaryrefslogtreecommitdiff
path: root/t/op/pat.t
Commit message (Expand)AuthorAgeFilesLines
* Re: [ID 20020630.002] utf8 regex only matches 32k Hugo van der Sanden2002-07-011-1/+19
* EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.Jarkko Hietaniemi2002-05-121-21/+13
* (retracted by #16560)Jarkko Hietaniemi2002-05-121-0/+2
* Because of #16550 these tests would now spewJarkko Hietaniemi2002-05-111-13/+19
* Make writing user-defined character properties nicer.Jarkko Hietaniemi2002-04-211-1/+15
* User-defined character properties were unintentionallyJarkko Hietaniemi2002-04-201-2/+49
* Re: [ID 20020412.005] Dancing ??sHugo van der Sanden2002-04-151-1/+26
* (not solving: Re: Storable can't do utf8 hash keys)Nicholas Clark2002-04-011-34/+3
* A little bit better error message for \pq, stillJarkko Hietaniemi2002-03-281-1/+14
* Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)Jeffrey Friedl2002-03-281-2/+14
* If Unicode keys are entered to a hash, a bit is turned on.Jarkko Hietaniemi2002-03-221-1/+34
* Fix for "UTF-8 bug with s///" from Hugo.Jarkko Hietaniemi2002-03-201-1/+42
* UTF-8 bug (maybe alreayd known?)Andreas König2002-03-171-1/+18
* SEGV in s/// and UTF-8Andreas König2002-03-171-1/+8
* Better test for #14795 (bug id 20020124.005) from Andreas.Jarkko Hietaniemi2002-03-081-18/+18
* Tests for #14908.Jarkko Hietaniemi2002-02-281-1/+18
* Cut-and-paste errors.Jarkko Hietaniemi2002-02-251-3/+3
* EBCDIC: the control characters are not that easy to find.Jarkko Hietaniemi2002-02-251-8/+14
* Test for #14795.Jarkko Hietaniemi2002-02-211-1/+17
* Testing for ASCII in EBCDIC makes one's brain hurt.Jarkko Hietaniemi2002-02-211-9/+14
* Make the test harder.Jarkko Hietaniemi2002-01-151-2/+2
* Big mktables rewrite from Jeffrey;Jarkko Hietaniemi2002-01-141-18/+15
* *groan*Jarkko Hietaniemi2002-01-131-1/+1
* One more sharp s case found by Jeffrey.Jarkko Hietaniemi2002-01-131-11/+17
* Couple more Unicode lookbehind tests.Jarkko Hietaniemi2002-01-121-1/+3
* Sharp S as a special treat for our German UTF-8 testers :-)Jarkko Hietaniemi2002-01-121-16/+14
* This is getting embarrassing.Jarkko Hietaniemi2002-01-121-1/+1
* Updating the test count is good; also rephrasingJarkko Hietaniemi2002-01-121-2/+2
* Unicode lookbehind looked bad.Jarkko Hietaniemi2002-01-121-1/+8
* Re: Weird Malformed warning in bleadperl Andreas König2002-01-091-1/+15
* SANY (. with /s) wasn't happy on Unicode.Jarkko Hietaniemi2002-01-091-1/+19
* Finish up (ha!) the Unicode case folding;Jarkko Hietaniemi2002-01-051-1/+2
* Add U+0085, U+2028, and U+2029 to \s under Unicode.Jarkko Hietaniemi2002-01-041-1/+11
* #14048 exposed few false positives, to be fixed soonish.Jarkko Hietaniemi2002-01-031-6/+7
* A bit of testing for #14046.Jarkko Hietaniemi2002-01-031-1/+31
* One more iteration of the ibcmp_utf8() interface,Jarkko Hietaniemi2002-01-021-6/+26
* Unnecessary/Lingering UTF8 flag might mess up caseless matchingJarkko Hietaniemi2002-01-011-1/+39
* and [BUG] \X and \C fixed, \X still dorked Jeffrey Friedl2001-12-241-1/+71
* The funky final sigma casefolding.Jarkko Hietaniemi2001-12-231-1/+33
* Move the \C and \X to pat.t.Jarkko Hietaniemi2001-12-231-1/+8
* Even more \X fixing.Jarkko Hietaniemi2001-12-231-8/+15
* More \X fixing.Jarkko Hietaniemi2001-12-231-1/+16
* Unicode casefolding continues.Jarkko Hietaniemi2001-12-221-16/+64
* More Unicode casing fixes.Jarkko Hietaniemi2001-12-221-1/+18
* Unicode casefolding fixes.Jarkko Hietaniemi2001-12-221-1/+34
* Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-211-2/+2
* Fix for "a\x{100}" =~ /A/i.Jarkko Hietaniemi2001-11-281-1/+21
* The basic character classes seem to go untested with Unicode.Jarkko Hietaniemi2001-11-021-1/+14
* Test vertical whitespace combined with /x in \p{}.Jarkko Hietaniemi2001-10-201-1/+4
* Unicode categories continue:Jarkko Hietaniemi2001-10-191-1/+13