Closed delphidabbler closed 1 week ago
Use gbg 150,000 -A
to generate a file of random printable ASCII characters. Copy that file and open in a text editor, change a few characters and save. Run bdiff, bpatch and fc over these files as per existing tests.
Updating the existing Test.bat
file with an extension of the existing patch command to run a binnary diff/patch on files created as suggested above. The new command is
Test patch large
Implemented at commit 2716367
Using files larger than 64KiB, and preferably more than twice that size will test the newly enlarged file read buffer works with files larger than the buffer.