sniper          Sat Nov 26 08:39:55 2005 EDT

  Modified files:              
    /php-src/tests/lang bug35382.phpt 
  Log:
  fix test
  
http://cvs.php.net/diff.php/php-src/tests/lang/bug35382.phpt?r1=1.2&r2=1.3&ty=u
Index: php-src/tests/lang/bug35382.phpt
diff -u php-src/tests/lang/bug35382.phpt:1.2 
php-src/tests/lang/bug35382.phpt:1.3
--- php-src/tests/lang/bug35382.phpt:1.2        Sat Nov 26 08:37:30 2005
+++ php-src/tests/lang/bug35382.phpt    Sat Nov 26 08:39:55 2005
@@ -1,9 +1,9 @@
---TEST--
-Bug #35382 (Comment in end of file produces fatal error)
---FILE--
-<?php
-eval("echo 'Hello'; // comment");
-echo " World";
-//last line comment
---EXPECTF--
-Hello World
\ No newline at end of file
+--TEST--
+Bug #35382 (Comment in end of file produces fatal error)
+--FILE--
+<?php
+eval("echo 'Hello'; // comment");
+echo " World";
+//last line comment
+--EXPECTF--
+Hello World

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

Reply via email to