jazzer icon indicating copy to clipboard operation
jazzer copied to clipboard

Improve documentation

Open Marcono1234 opened this issue 6 months ago • 0 comments

  • 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 .gitattributes file 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.

Marcono1234 avatar Jun 05 '25 19:06 Marcono1234