jazzer
jazzer copied to clipboard
Improve documentation
- uses GitHub Markdown alerts to format notes
- extends JUnit integration documentation
- mention limitation of fuzzing mode only running one fuzz test (see also #599); documentation was previously only changed for README and Javadoc
- suggest creating a
.gitattributesfile to mark inputs files as binary, to avoid Git performing line terminator conversion on them [^1]
[^1]: This just happened to me, and it was rather confusing that an inputs file worked on the machine where I had created it but not on a second machine which had cloned the Git repository.