diff options
author | Marcus Boerger <helly@php.net> | 2002-10-26 23:49:25 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-10-26 23:49:25 +0000 |
commit | 6857e10de5e7f3ac20fda0e1873a9da8e451f16e (patch) | |
tree | d8712b98d69ec31007a0b87e23f64ded3cdf944e /README.TESTING | |
parent | ed151040995e1c40d1991ecca2ae5ec56ee395a3 (diff) | |
download | php-git-6857e10de5e7f3ac20fda0e1873a9da8e451f16e.tar.gz |
Only in EXPECTREGEX
Diffstat (limited to 'README.TESTING')
-rw-r--r-- | README.TESTING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.TESTING b/README.TESTING index 336d364a01..093c2398d3 100644 --- a/README.TESTING +++ b/README.TESTING @@ -203,9 +203,9 @@ string(3) "123" ==== end of /ext/standard/tests/strings/str_shuffle.phpt === /ext/standard/tests/strings/strings001.phpt is a good example for using -EXPECTREGEX instead of EXPECT. This test also shows that in both EXPECTF -and EXPECTREGEX some characters need to be escaped since otherwise they -would be interpreted as a regular expression. +EXPECTREGEX instead of EXPECT. This test also shows that in EXPECTREGEX +some characters need to be escaped since otherwise they would be +interpreted as a regular expression. ==== /ext/standard/tests/strings/strings001.phpt === --TEST-- |