You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add fuzzing support
See fuzz/README.md for details. Example bug: #725
* improve fuzz docs
* fuzzing: make relevant config part of input
Most of the config is to do with what files to parse, however
one setting - treat_doc_strings_as_comments - does impact parse_from_slice
* fuzzing: improve docs + config clarity
* fuzz/README.md: install instructions + another todo item
* Add fuzzing support
See fuzz/README.md for details. Example bug: XAMPPRocky#725
* improve fuzz docs
* fuzzing: make relevant config part of input
Most of the config is to do with what files to parse, however
one setting - treat_doc_strings_as_comments - does impact parse_from_slice
* fuzzing: improve docs + config clarity
* fuzz/README.md: install instructions + another todo item
Given a markdown file:
tokei reports:
I found this through fuzzing, I'll raise a PR with the fuzz harness shortly.
The text was updated successfully, but these errors were encountered: