summaryrefslogtreecommitdiff
path: root/testdata/testoutput4
Commit message (Collapse)AuthorAgeFilesLines
* Fix delimiters in tests 1 and 4 for correct Perl behaviour (Bugzilla #2641). ph102020-09-131-2/+6
| | | | | | | Also move \K in lookaround tests to test 2 (Perl no longer supports). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1269 6239d852-aaf2-0410-a92c-79f79f948069
* Update to Unicode 13.0.0.ph102020-03-251-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1240 6239d852-aaf2-0410-a92c-79f79f948069
* Fix sometimes failing caseless non-ASCII matching in assertion. ph102019-11-161-0/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1185 6239d852-aaf2-0410-a92c-79f79f948069
* Fix crash when \X is used without UTF in JIT.ph102019-05-131-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1091 6239d852-aaf2-0410-a92c-79f79f948069
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-0/+37
| | | | | | | in documentation to use "capture group", as Perl does. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1066 6239d852-aaf2-0410-a92c-79f79f948069
* Update Makefile.am for compiling with gcov. Add Script Run tests to improve ph102018-10-141-0/+16
| | | | | | | coverage. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1026 6239d852-aaf2-0410-a92c-79f79f948069
* Upgrade the ucptest program (used only by maintainer) and script run tests.ph102018-10-141-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1025 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation and tests update for script runs.ph102018-10-121-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1024 6239d852-aaf2-0410-a92c-79f79f948069
* Update Script Run code to use the Script Extension property instead of the ph102018-10-091-0/+50
| | | | | | | Script property. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1023 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bugs of omission in new script run code.ph102018-10-031-0/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1020 6239d852-aaf2-0410-a92c-79f79f948069
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-0/+149
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1019 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bad auto-possessification of certain types of class.ph102018-08-171-0/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@986 6239d852-aaf2-0410-a92c-79f79f948069
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-031-0/+18
| | | | | | | Space" characters, not just the ASCII ones. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@977 6239d852-aaf2-0410-a92c-79f79f948069
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-271-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@972 6239d852-aaf2-0410-a92c-79f79f948069
* Update to Unicode 11.0.0ph102018-07-071-30/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@958 6239d852-aaf2-0410-a92c-79f79f948069
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-291-1/+1
| | | | | | | range after \d etc. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@850 6239d852-aaf2-0410-a92c-79f79f948069
* Improve testing coverage with updates to pcre2test and test files; also get rid ph102017-04-161-0/+18
| | | | | | | of redundant code in pcre2_match(). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@751 6239d852-aaf2-0410-a92c-79f79f948069
* Fix optimization bugs when pattern starts with lookahead.ph102016-10-181-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@573 6239d852-aaf2-0410-a92c-79f79f948069
* Updated tests for previous patch.ph102015-11-271-0/+17
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@449 6239d852-aaf2-0410-a92c-79f79f948069
* Fix wide character problem with negated POSIX ascii and xdigit class items.ph102015-11-201-0/+62
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@443 6239d852-aaf2-0410-a92c-79f79f948069
* Fix [:punct:] bug in UCP mode (matching chars in the range 128-255)ph102015-11-171-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@441 6239d852-aaf2-0410-a92c-79f79f948069
* Tidied up a lot of comments in the test files.ph102015-09-161-380/+254
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@371 6239d852-aaf2-0410-a92c-79f79f948069
* Implement #newline_default and adjust testdata and scripts to use it.ph102015-09-081-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@365 6239d852-aaf2-0410-a92c-79f79f948069
* Fixed an issue when \p{Any} inside an xclass did not read the current character.zherczeg2015-08-051-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@335 6239d852-aaf2-0410-a92c-79f79f948069
* Maintenance on tests for Perl compatibilityph102015-08-031-10/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@333 6239d852-aaf2-0410-a92c-79f79f948069
* Fix other cases where backtracking after \C could cause a crash.ph102015-04-081-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@245 6239d852-aaf2-0410-a92c-79f79f948069
* Fix backtracking bug for \C\X* in UTF mode.ph102015-04-081-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@244 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bad memory computation for "(*UTF)[\S\V\H]" (a pattern with a negative ph102015-03-251-0/+2
| | | | | | | class (\S) and explicit wide characters). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@233 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bad compile of patterns like /[A-`]/i,utf where the range contains ph102015-03-061-0/+4
| | | | | | | characters with multiple other cases and the ranges adjoin. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@215 6239d852-aaf2-0410-a92c-79f79f948069
* Refactor match_ref() and fix UTF-8 caseless bug.ph102014-08-271-0/+44
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@63 6239d852-aaf2-0410-a92c-79f79f948069
* Adjust tests for PCRE/Perl anomalies in character properties & fix one bug.ph102014-08-061-43/+15
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@39 6239d852-aaf2-0410-a92c-79f79f948069
* Test 4 installed (combines old tests 4 and 6)ph102014-07-251-0/+3722
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@34 6239d852-aaf2-0410-a92c-79f79f948069