roc/crates/compiler/parse/tests/snapshots/fail
2022-11-29 00:20:03 +01:00
..
ability_demand_value_has_args.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
ability_demand_value_has_args.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
ability_demands_not_indented_with_first.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
ability_demands_not_indented_with_first.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
ability_first_demand_not_indented_enough.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
ability_first_demand_not_indented_enough.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
ability_non_signature_expression.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
ability_non_signature_expression.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
comment_with_tab.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
comment_with_tab.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
def_missing_final_expression.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
def_missing_final_expression.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
double_plus.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
double_plus.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
elm_function_syntax.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
elm_function_syntax.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
empty_or_pattern.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
empty_or_pattern.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
error_inline_alias_argument_uppercase.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
error_inline_alias_argument_uppercase.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
error_inline_alias_not_an_alias.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
error_inline_alias_not_an_alias.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
error_inline_alias_qualified.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
error_inline_alias_qualified.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
expression_indentation_end.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
expression_indentation_end.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
if_guard_without_condition.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
if_guard_without_condition.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
if_missing_else.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
if_missing_else.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
if_outdented_then.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
if_outdented_then.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
imports_missing_comma.header.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
imports_missing_comma.header.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
inline_hastype.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
inline_hastype.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
invalid_operator.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
invalid_operator.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
lambda_double_comma.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
lambda_double_comma.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
lambda_extra_comma.expr.result-ast Refactor several parse methods to use more combinators 2022-11-05 09:44:08 -04:00
lambda_extra_comma.expr.roc Don't allow closures to gobble unindented expr lines following them 2022-10-08 11:05:05 -07:00
lambda_leading_comma.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
lambda_leading_comma.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
lambda_missing_indent.expr.result-ast Refactor several parse methods to use more combinators 2022-11-05 09:44:08 -04:00
lambda_missing_indent.expr.roc Don't allow closures to gobble unindented expr lines following them 2022-10-08 11:05:05 -07:00
list_double_comma.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
list_double_comma.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
list_pattern_not_terminated.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
list_pattern_not_terminated.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
list_pattern_weird_indent.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
list_pattern_weird_indent.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
list_pattern_weird_rest_pattern.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
list_pattern_weird_rest_pattern.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
list_without_end.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
list_without_end.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
multi_no_end.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
multi_no_end.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
pattern_binds_keyword.expr.result-ast Refactor several parse methods to use more combinators 2022-11-05 09:44:08 -04:00
pattern_binds_keyword.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
pattern_in_parens_end.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
pattern_in_parens_end.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
pattern_in_parens_end_comma.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
pattern_in_parens_end_comma.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
pattern_in_parens_indent_open.expr.result-ast fix merge conflict that made it to main 2022-11-29 00:20:03 +01:00
pattern_in_parens_indent_open.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
pattern_in_parens_open.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
pattern_in_parens_open.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
record_type_end.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
record_type_end.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
record_type_keyword_field_name.expr.result-ast fix merge conflict that made it to main 2022-11-29 00:20:03 +01:00
record_type_keyword_field_name.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
record_type_missing_comma.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
record_type_missing_comma.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
record_type_open.expr.result-ast fix merge conflict that made it to main 2022-11-29 00:20:03 +01:00
record_type_open.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
record_type_open_indent.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
record_type_open_indent.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
record_type_tab.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
record_type_tab.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
single_no_end.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
single_no_end.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
tag_union_end.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
tag_union_end.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
tag_union_lowercase_tag_name.expr.result-ast fix merge conflict that made it to main 2022-11-29 00:20:03 +01:00
tag_union_lowercase_tag_name.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
tag_union_open.expr.result-ast fix merge conflict that made it to main 2022-11-29 00:20:03 +01:00
tag_union_open.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
tag_union_second_lowercase_tag_name.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
tag_union_second_lowercase_tag_name.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_annotation_double_colon.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_annotation_double_colon.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_apply_stray_dot.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_apply_stray_dot.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_argument_arrow_then_nothing.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_argument_arrow_then_nothing.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_argument_no_arrow.expr.result-ast moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
type_argument_no_arrow.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_double_comma.expr.result-ast moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
type_double_comma.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_in_parens_end.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_in_parens_end.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_in_parens_start.expr.result-ast fix merge conflict that made it to main 2022-11-29 00:20:03 +01:00
type_in_parens_start.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_inline_alias.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
type_inline_alias.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
unfinished_closure_pattern_in_parens.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
unfinished_closure_pattern_in_parens.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
unicode_not_hex.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
unicode_not_hex.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
weird_escape.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
weird_escape.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
when_missing_arrow.expr.result-ast Refactor several parse methods to use more combinators 2022-11-05 09:44:08 -04:00
when_missing_arrow.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
when_outdented_branch.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
when_outdented_branch.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
when_over_indented_int.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
when_over_indented_int.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
when_over_indented_underscore.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
when_over_indented_underscore.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
wild_case_arrow.expr.result-ast Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
wild_case_arrow.expr.roc Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00