diff options
| author | Andrei Zmievski <andrei@php.net> | 2005-08-08 23:59:04 +0000 |
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 2005-08-08 23:59:04 +0000 |
| commit | e623e5352d8c42619a03d76fd999031ad927576d (patch) | |
| tree | 7b0576ce8f2b7c3d0b84e457027201ffce56735c /ext/pcre/pcrelib/testdata/grepinputx | |
| parent | 1a7524d7c6115953034048fb3bfa3e204b9c3968 (diff) | |
| download | php-git-e623e5352d8c42619a03d76fd999031ad927576d.tar.gz | |
Upgrade to PCRE version 6.2.
# Don't worry, upgrade for other branches is coming
Diffstat (limited to 'ext/pcre/pcrelib/testdata/grepinputx')
| -rw-r--r-- | ext/pcre/pcrelib/testdata/grepinputx | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/testdata/grepinputx b/ext/pcre/pcrelib/testdata/grepinputx new file mode 100644 index 0000000000..aebba02770 --- /dev/null +++ b/ext/pcre/pcrelib/testdata/grepinputx @@ -0,0 +1,42 @@ +This is a second file of input for the pcregrep tests. + +Here is the pattern again. + +Pattern +That time it was on a line by itself. + +To pat or not to pat, that is the question. + +complete pair +of lines + +That was a complete pair +of lines all by themselves. + +complete pair +of lines + +And there they were again, to check line numbers. + +one +two +three +four +five +six +seven +eight +nine +ten +eleven +twelve +thirteen +fourteen +fifteen +sixteen +seventeen +eighteen +nineteen +twenty + +This is the last line of this file. |
