Re: [PHP-DEV] RFC: run-tests.php + diff

2002-08-22 Thread Sander Roobol
It's a good idea, but I'd rather see an unified diff with some context. Maybe use diff when it's available, and fall back on this code when it's not. Sander On Thu, Aug 22, 2002 at 02:46:57AM +0200, Marcus Boerger wrote: The following patch produces *.diff files similar to diff command.

[PHP-DEV] RFC: run-tests.php + diff

2002-08-21 Thread Marcus Boerger
The following patch produces *.diff files similar to diff command. These would allow for easier checks in faild tests when test combines multiple function checks in one test file or the test uses var_dump for output. For example i changed precision to 13 in array test 003.phpt The tests now