Commit Graph

3 Commits

Author SHA1 Message Date
Kian-Meng Ang
e6b7ab5f91
Fix typos (#925) 2022-06-26 12:19:47 +02:00
LovecraftianHorror
930d4fd1b8
Add missing field to Config in fuzz harness (#866) 2021-12-19 23:05:48 +01:00
Michael Macnair
66967a1b9e
Fuzzing (#726)
* 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
2021-05-09 20:05:14 +02:00