roc/crates/compiler/test_syntax/tests
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
..
snapshots Fix some bugs found via fuzzing 2024-11-15 21:33:44 -08:00
test_fmt.rs Finish adding tests 2024-11-02 21:58:25 -07:00
test_snapshots.rs Fix some bugs found via fuzzing 2024-11-15 21:33:44 -08:00