mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
Merge pull request #7409 from joshuawarner32/fuzzing-bugs-5
Fix another batch of parsing/formatting bugs found in fuzzing
This commit is contained in:
commit
f7dbf850b9
31 changed files with 750 additions and 74 deletions
|
@ -209,6 +209,7 @@ mod test_snapshots {
|
|||
fail/if_outdented_else_branch.expr,
|
||||
fail/if_outdented_then.expr,
|
||||
fail/ifbang_eqeq.expr,
|
||||
fail/implements_in_multibackpassing_parens.expr,
|
||||
fail/import_with_lowercase_alias.moduledefs,
|
||||
fail/imports_missing_comma.header,
|
||||
fail/inline_hastype.expr,
|
||||
|
@ -228,6 +229,7 @@ mod test_snapshots {
|
|||
fail/nested_tuples_annotation_terrible_perf.expr,
|
||||
fail/nested_when_expect_binop_when.expr,
|
||||
fail/newline_before_operator_with_defs.expr,
|
||||
fail/oom_repro.expr,
|
||||
fail/opaque_type_def_with_newline.expr,
|
||||
fail/pattern_binds_keyword.expr,
|
||||
fail/pattern_in_parens_end.expr,
|
||||
|
@ -351,7 +353,9 @@ mod test_snapshots {
|
|||
pass/closure_in_apply_in_binop.expr,
|
||||
pass/closure_in_binop_with_spaces.expr,
|
||||
pass/closure_newline_empty_record_newline.expr,
|
||||
pass/closure_parens_double_newlines.expr,
|
||||
pass/closure_pat_reccord_comment.expr,
|
||||
pass/closure_with_binops_and_unary.expr,
|
||||
pass/closure_with_underscores.expr,
|
||||
pass/comma_prefixed_indented_record.expr,
|
||||
pass/comment_after_annotation.expr,
|
||||
|
@ -380,6 +384,7 @@ mod test_snapshots {
|
|||
pass/crazy_backpassing_parens.expr,
|
||||
pass/crazy_implements_bangs.expr,
|
||||
pass/crazy_pat_ann.expr,
|
||||
pass/curried_function_type.expr,
|
||||
pass/dbg.expr,
|
||||
pass/dbg_bang_neg_bang_if_bang.expr,
|
||||
pass/dbg_double.expr,
|
||||
|
@ -397,6 +402,7 @@ mod test_snapshots {
|
|||
pass/destructure_tag_assignment.expr,
|
||||
pass/docs.expr,
|
||||
pass/double_closure_newlines_binop.expr,
|
||||
pass/double_function_tuple.expr,
|
||||
pass/double_parens_as_in_backpassing_pat.expr,
|
||||
pass/double_parens_comment_tuple_pat.expr,
|
||||
pass/double_question_binop.expr,
|
||||
|
@ -552,6 +558,7 @@ mod test_snapshots {
|
|||
pass/nonempty_hosted_header.header,
|
||||
pass/nonempty_package_header.header,
|
||||
pass/nonempty_platform_header.header,
|
||||
pass/not_closure_with_multibackpassing.expr,
|
||||
pass/not_double_parens.expr,
|
||||
pass/not_multiline_string.expr,
|
||||
pass/not_record_updater.expr,
|
||||
|
@ -700,6 +707,7 @@ mod test_snapshots {
|
|||
pass/tuple_accessor_function.expr,
|
||||
pass/tuple_apply_parens_comment.expr,
|
||||
pass/tuple_destructure_bang.expr,
|
||||
pass/tuple_funcs_in_parens.expr,
|
||||
pass/tuple_function_annotation.expr,
|
||||
pass/tuple_type.expr,
|
||||
pass/tuple_type_ext.expr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue