| 139 |
# PCRE tests that are not Perl-compatible - API & error tests, mostly |
# PCRE tests that are not Perl-compatible - API & error tests, mostly |
| 140 |
|
|
| 141 |
if [ $do2 = yes ] ; then |
if [ $do2 = yes ] ; then |
| 142 |
echo "Test 2: API and error handling (not Perl compatible)" |
echo "Test 2: API, errors, and non-Perl stuff" |
| 143 |
$valgrind ./pcretest -q $testdata/testinput2 testtry |
$valgrind ./pcretest -q $testdata/testinput2 testtry |
| 144 |
if [ $? = 0 ] ; then |
if [ $? = 0 ] ; then |
| 145 |
$cf $testdata/testoutput2 testtry |
$cf $testdata/testoutput2 testtry |
| 216 |
fi |
fi |
| 217 |
|
|
| 218 |
if [ $do5 = yes ] ; then |
if [ $do5 = yes ] ; then |
| 219 |
echo "Test 5: API and internals for UTF-8 support (not Perl compatible)" |
echo "Test 5: API, internals, and non-Perl stuff for UTF-8 support" |
| 220 |
$valgrind ./pcretest -q $testdata/testinput5 testtry |
$valgrind ./pcretest -q $testdata/testinput5 testtry |
| 221 |
if [ $? = 0 ] ; then |
if [ $? = 0 ] ; then |
| 222 |
$cf $testdata/testoutput5 testtry |
$cf $testdata/testoutput5 testtry |