ph10
|
37e2be8319
|
Updated tests for previous patch.
|
2015-11-27 17:14:51 +00:00 |
|
ph10
|
99bd83d261
|
Fix wide character problem with negated POSIX ascii and xdigit class items.
|
2015-11-20 16:55:36 +00:00 |
|
ph10
|
836b40fbd9
|
Fix [:punct:] bug in UCP mode (matching chars in the range 128-255)
|
2015-11-17 17:59:35 +00:00 |
|
ph10
|
cdb20c3526
|
Tidied up a lot of comments in the test files.
|
2015-09-16 16:49:48 +00:00 |
|
ph10
|
60dd91d2eb
|
Implement #newline_default and adjust testdata and scripts to use it.
|
2015-09-08 17:01:17 +00:00 |
|
zherczeg
|
301b123988
|
Fixed an issue when \p{Any} inside an xclass did not read the current character.
|
2015-08-05 09:04:01 +00:00 |
|
ph10
|
22e8e36ef5
|
Maintenance on tests for Perl compatibility
|
2015-08-03 17:25:55 +00:00 |
|
ph10
|
af2246965b
|
Fix other cases where backtracking after \C could cause a crash.
|
2015-04-08 16:53:22 +00:00 |
|
ph10
|
3a069051d0
|
Fix backtracking bug for \C\X* in UTF mode.
|
2015-04-08 16:33:58 +00:00 |
|
ph10
|
625fd31e3e
|
Fix bad memory computation for "(*UTF)[\S\V\H]" (a pattern with a negative
class (\S) and explicit wide characters).
|
2015-03-25 19:26:27 +00:00 |
|
ph10
|
dd5bdb7976
|
Fix bad compile of patterns like /[A-`]/i,utf where the range contains
characters with multiple other cases and the ranges adjoin.
|
2015-03-06 11:57:06 +00:00 |
|
ph10
|
8c0c55e3e6
|
Refactor match_ref() and fix UTF-8 caseless bug.
|
2014-08-27 16:59:56 +00:00 |
|
ph10
|
391ccf7ce0
|
Adjust tests for PCRE/Perl anomalies in character properties & fix one bug.
|
2014-08-06 17:33:14 +00:00 |
|
ph10
|
e8a11f17e4
|
Test 4 installed (combines old tests 4 and 6)
|
2014-07-25 16:35:51 +00:00 |
|