roc/crates/compiler/test_syntax
Joshua Warner 550113df67
Fix some bugs found via fuzzing
* Keywords need to still be recognized if they're followed by ',' as well as a bunch of other operator characters. Notably missing from this list is '-', since that would mess up expect-fx currently.
* Smattering of niche cases of formatting bugs (either non-idempotency, leading to different code, or leading to unparsable code)
* One missing indent call in fmt_collection leading to a panic
2024-11-15 21:33:44 -08:00
..
fuzz Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
src Merge attempt 2024-08-19 23:34:05 -07:00
tests Fix some bugs found via fuzzing 2024-11-15 21:33:44 -08:00
Cargo.toml split test_utils 2024-04-15 20:30:34 +10:00