Commit:    ab089611e0fa5dc61030a01d17e71a10714f061a
Author:    Xinchen Hui <larue...@gmail.com>         Thu, 28 Mar 2013 14:34:08 
+0800
Parents:   55341ac0a8e397107a59b756cf79e8650ddf0946
Branches:  PHP-5.4

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=ab089611e0fa5dc61030a01d17e71a10714f061a

Log:
Fix test on Mac (\D shows up)

Changed paths:
  M  sapi/cli/tests/bug64529.phpt


Diff:
diff --git a/sapi/cli/tests/bug64529.phpt b/sapi/cli/tests/bug64529.phpt
index 0c2d0e1..2f0a962 100644
--- a/sapi/cli/tests/bug64529.phpt
+++ b/sapi/cli/tests/bug64529.phpt
@@ -59,4 +59,4 @@ spawn %sphp -n -a
 Interactive %s
 
 %secho 'hello world';
-hello worl%s
+%sello worl%s


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to