roc/crates/compiler/parse/tests
Joshua Warner 5f29402297
Give parser fuzzing some TLC
* The header + expr fuzzers can both be run again (header fuzzer had regressed).
* I ran the expr fuzzer for ~60 seconds with no additional panics uncovered
* "tab_crash" hit supposedly unreachable code in blankspace.rs - and I went to the liberty of dramatically simplifying all that code, rather than just trying to fix the bug
* Other failures were straight-forward error cases that should have been handled (and passed up the chain) instead of panicking
2022-12-11 08:39:52 -08:00
..
snapshots Give parser fuzzing some TLC 2022-12-11 08:39:52 -08:00
test_parse.rs Give parser fuzzing some TLC 2022-12-11 08:39:52 -08:00