pcre2/testdata
Philip.Hazel 16c046ce50 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
..
grepbinary Implement pcre2grep and its test. 2014-07-15 08:46:12 +00:00
grepfilelist Implement pcre2grep and its test. 2014-07-15 08:46:12 +00:00
grepinput More typos and changes to "Kibibytes" for "Kilobytes". 2018-06-18 14:03:33 +00:00
grepinput3 Implement pcre2grep and its test. 2014-07-15 08:46:12 +00:00
grepinput8 Fix pcre2grep loop provoked by \K in a lookbehind assertion in a non-anchored 2015-04-03 11:14:19 +00:00
grepinputM Fix multiple multiline matching issues in pcre2grep. 2017-11-13 16:52:39 +00:00
grepinputv Convert pcre2grep to use new pcre2_compile() options, thereby fixing two minor 2017-06-17 11:32:06 +00:00
grepinputx Implement pcre2grep and its test. 2014-07-15 08:46:12 +00:00
greplist Implement pcre2grep and its test. 2014-07-15 08:46:12 +00:00
grepoutput More typos and changes to "Kibibytes" for "Kilobytes". 2018-06-18 14:03:33 +00:00
grepoutput8 Maintenance on test after running ManyConfigTests. 2015-05-17 17:44:21 +00:00
grepoutputC Convert pcre2grep to use new pcre2_compile() options, thereby fixing two minor 2017-06-17 11:32:06 +00:00
grepoutputCN Add --disable-pcre2grep-callout-fork configuration setting. 2018-11-17 16:45:57 +00:00
grepoutputN Cut out the binary zero pcre2grep test on Solaris (SunOS) as it isn't possible 2017-07-18 17:22:39 +00:00
greppatN4 Implement pcre2grep and its test. 2014-07-15 08:46:12 +00:00
testinput1 Fix zero-repeated subroutine call at start of pattern bug, which recorded an 2018-10-20 09:28:02 +00:00
testinput2 Implement a check on the number of capturing parentheses, which for some reason 2019-04-22 12:39:38 +00:00
testinput3 Remove unwanted trailing space in test data. 2016-01-07 16:08:44 +00:00
testinput4 Fix crash when \X is used without UTF in JIT. 2019-05-13 16:26:17 +00:00
testinput5 Compile \p{Any} the same as . in DOTALL mode, to benefit from auto-anchoring. 2019-02-13 17:30:24 +00:00
testinput6 Fix bug in VERSION conditional test in DFA matching. 2019-01-29 14:34:59 +00:00
testinput7 Implement --never-backslash-C 2015-10-17 13:50:56 +00:00
testinput8 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testinput9 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testinput10 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testinput11 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testinput12 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testinput13 All tests except JIT and save/reload are implemented. 2014-08-05 16:51:32 +00:00
testinput14 Runtime UTF checks now take not of the starting offset. 2015-08-18 10:34:05 +00:00
testinput15 Ensure all match limit tests set a limit, don't rely on the default. 2018-04-29 15:07:44 +00:00
testinput16 Runtime UTF checks now take not of the starting offset. 2015-08-18 10:34:05 +00:00
testinput17 Implement PCRE2_COPY_MATCHED_SUBJECT. 2018-10-17 08:33:38 +00:00
testinput18 Fix the value passed back for POSIX unset groups when REG_STARTEND has a 2018-02-19 14:49:42 +00:00
testinput19 Implement REG_PEND (GNU extension) for the POSIX wrapper. 2017-06-05 18:25:47 +00:00
testinput20 Fix crash when more than one kind of "push" was set in pcre2test. 2017-05-06 16:56:07 +00:00
testinput21 Some tests were in the wrong files. 2015-12-15 18:21:49 +00:00
testinput22 Add another test. 2018-02-20 15:37:49 +00:00
testinput23 Implement --never-backslash-C 2015-10-17 13:50:56 +00:00
testinput24 Update convert tests so they run on Windows. 2017-06-24 15:54:14 +00:00
testinput25 Document experimental pattern conversion functions and remove unimplemented 2017-07-12 16:34:49 +00:00
testinputEBC Fix EBCDIC 0x41 omission and give error for \p and \P in a class when not 2015-06-19 16:41:22 +00:00
testoutput1 Fix zero-repeated subroutine call at start of pattern bug, which recorded an 2018-10-20 09:28:02 +00:00
testoutput2 Implement a check on the number of capturing parentheses, which for some reason 2019-04-22 12:39:38 +00:00
testoutput3 Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput3A Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput3B Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput4 Fix crash when \X is used without UTF in JIT. 2019-05-13 16:26:17 +00:00
testoutput5 Compile \p{Any} the same as . in DOTALL mode, to benefit from auto-anchoring. 2019-02-13 17:30:24 +00:00
testoutput6 Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput7 Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput8-8-2 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput8-8-3 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput8-8-4 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput8-16-2 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput8-16-3 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput8-16-4 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput8-32-2 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput8-32-3 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput8-32-4 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput9 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput10 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput11-16 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput11-32 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput12-16 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput12-32 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
testoutput13 All tests except JIT and save/reload are implemented. 2014-08-05 16:51:32 +00:00
testoutput14-8 Runtime UTF checks now take not of the starting offset. 2015-08-18 10:34:05 +00:00
testoutput14-16 Runtime UTF checks now take not of the starting offset. 2015-08-18 10:34:05 +00:00
testoutput14-32 Runtime UTF checks now take not of the starting offset. 2015-08-18 10:34:05 +00:00
testoutput15 Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput16 Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput17 Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput18 Fix the value passed back for POSIX unset groups when REG_STARTEND has a 2018-02-19 14:49:42 +00:00
testoutput19 Implement REG_PEND (GNU extension) for the POSIX wrapper. 2017-06-05 18:25:47 +00:00
testoutput20 Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput21 Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput22-8 Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput22-16 Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput22-32 Allow non-ASCII in group names when UTF is set; revise group naming terminology 2019-02-06 18:11:36 +00:00
testoutput23 Major refactoring of pcre2_compile.c; see ChangeLog and HACKING. 2016-10-02 16:01:01 +00:00
testoutput24 Update convert tests so they run on Windows. 2017-06-24 15:54:14 +00:00
testoutput25 Document experimental pattern conversion functions and remove unimplemented 2017-07-12 16:34:49 +00:00
testoutputEBC Add support for \N{U+dd...}, for ASCII and Unicode modes only. 2018-07-27 16:30:40 +00:00
valgrind-jit.supp Update valgrind parameters in RunGrepTest and arrange for the suppressions file 2016-05-31 11:36:10 +00:00
wintestinput3 Remove computing the JIT read-only data size in advance and use on-demand memory allocation. 2015-03-06 07:41:36 +00:00
wintestoutput3 Patches to fix tests under Windows. 2016-01-29 15:01:17 +00:00