Closed RichardHladik closed 6 years ago
The regexp in the checksum function that should take care of stripping comments and whitespace actually didn't work as expected. This resulted in // comments contributing to the created hashes.
checksum
//
The regexp in the
checksum
function that should take care of stripping comments and whitespace actually didn't work as expected. This resulted in//
comments contributing to the created hashes.