ddimtirov - supporting hash collisions, should have fixed #101

* ddimtirov - supporting hash collisions, should have fixed #101
* Make life easier for Windows user who need to use WSL to run the tests
This commit is contained in:
Dimitar Dimitrov
2024-01-07 03:24:48 +09:00
committed by GitHub
parent e8b2d2d7b4
commit 14918bb306
3 changed files with 195 additions and 103 deletions

14
.gitattributes vendored Normal file
View File

@@ -0,0 +1,14 @@
*.java text
*.md text
*.yml text
*.xml text
*.gradle text
*.properties text
mvnw text eol=lf
*.sh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.jar binary
src/test/resources/samples/*.txt text eol=lf
src/test/resources/samples/*.out text eol=lf