trinerdi / icpc-notebook

The ACM-ICPC notebook of our team "Tři nerdi"
MIT License
2 stars 1 forks source link

Export: Fix bad whitespace/comment striping in the line hashing function #66

Closed RichardHladik closed 6 years ago

RichardHladik commented 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.