roc/compiler/parse/tests/snapshots/pass
2022-01-23 12:20:35 -05:00
..
add_var_with_spaces.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
add_var_with_spaces.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
add_with_spaces.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
add_with_spaces.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
annotated_record_destructure.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
annotated_record_destructure.expr.roc Parse destructured tag annotations as annotations rather than aliases 2021-12-26 16:11:29 -06:00
annotated_tag_destructure.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
annotated_tag_destructure.expr.roc Parse destructured tag annotations as annotations rather than aliases 2021-12-26 16:11:29 -06:00
apply_global_tag.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
apply_global_tag.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
apply_parenthetical_global_tag_args.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
apply_parenthetical_global_tag_args.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
apply_private_tag.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
apply_private_tag.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
apply_three_args.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
apply_three_args.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
apply_two_args.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
apply_two_args.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
apply_unary_negation.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
apply_unary_negation.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
apply_unary_not.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
apply_unary_not.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
basic_apply.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
basic_apply.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
basic_docs.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
basic_docs.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
basic_field.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
basic_field.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
basic_global_tag.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
basic_global_tag.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
basic_private_tag.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
basic_private_tag.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
basic_var.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
basic_var.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
closure_with_underscores.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
closure_with_underscores.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
comment_after_op.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
comment_after_op.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
comment_before_op.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
comment_before_op.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
comment_inside_empty_list.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
comment_inside_empty_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
comment_with_non_ascii.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
comment_with_non_ascii.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
destructure_tag_assignment.expr.result-ast Update recently added tests 2022-01-01 18:20:57 -08:00
destructure_tag_assignment.expr.roc Admit tag destructuring in definitions 2021-12-30 19:50:50 -06:00
empty_app_header.header.result-ast Parse app header provided types 2022-01-23 11:52:59 -05:00
empty_app_header.header.roc migrate header + some module tests 2021-11-14 18:36:52 -08:00
empty_interface_header.header.result-ast Fix tests 2022-01-01 18:20:05 -08:00
empty_interface_header.header.roc migrate header + some module tests 2021-11-14 18:36:52 -08:00
empty_list.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
empty_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
empty_platform_header.header.result-ast Fix tests 2022-01-01 18:20:05 -08:00
empty_platform_header.header.roc Switch to always encoding package names / paths as strings 2021-12-23 20:11:14 -08:00
empty_record.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
empty_record.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
empty_string.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
empty_string.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
equals.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
equals.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
equals_with_spaces.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
equals_with_spaces.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
expect.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
expect.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
float_with_underscores.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
float_with_underscores.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
full_app_header.header.result-ast Parse app header provided types 2022-01-23 11:52:59 -05:00
full_app_header.header.roc Rename base package to pf everywhere, to match tutorial 2021-12-12 05:57:39 -07:00
full_app_header_trailing_commas.header.result-ast Parse app header provided types 2022-01-23 11:52:59 -05:00
full_app_header_trailing_commas.header.roc Rename base package to pf everywhere, to match tutorial 2021-12-12 05:57:39 -07:00
function_effect_types.header.result-ast Fix tests 2022-01-01 18:20:05 -08:00
function_effect_types.header.roc Switch to always encoding package names / paths as strings 2021-12-23 20:11:14 -08:00
highest_float.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
highest_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
highest_int.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
highest_int.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
if_def.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
if_def.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
int_with_underscore.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
int_with_underscore.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
lowest_float.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
lowest_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
lowest_int.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
lowest_int.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
malformed_ident_due_to_underscore.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
malformed_ident_due_to_underscore.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
malformed_pattern_field_access.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
malformed_pattern_field_access.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
malformed_pattern_module_name.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
malformed_pattern_module_name.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
minimal_app_header.header.result-ast Parse app header provided types 2022-01-23 11:52:59 -05:00
minimal_app_header.header.roc migrate header + some module tests 2021-11-14 18:36:52 -08:00
minus_twelve_minus_five.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
minus_twelve_minus_five.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
mixed_docs.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
mixed_docs.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
module_def_newline.module.result-ast Fix tests 2022-01-01 18:20:05 -08:00
module_def_newline.module.roc migrate other module tests 2021-11-14 18:36:54 -08:00
multi_backpassing.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
multi_backpassing.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
multi_char_string.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
multi_char_string.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
multiline_type_signature.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
multiline_type_signature.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
multiline_type_signature_with_comment.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
multiline_type_signature_with_comment.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
multiple_fields.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
multiple_fields.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
multiple_operators.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
multiple_operators.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
neg_inf_float.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
neg_inf_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
negative_float.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
negative_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
negative_int.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
negative_int.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
nested_def_annotation.module.result-ast Fix tests 2022-01-01 18:20:05 -08:00
nested_def_annotation.module.roc migrate other module tests 2021-11-14 18:36:54 -08:00
nested_if.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
nested_if.expr.roc Actually add the test files 2021-12-23 19:39:54 -06:00
nested_module.header.result-ast Fix tests 2022-01-01 18:20:05 -08:00
nested_module.header.roc migrate header + some module tests 2021-11-14 18:36:52 -08:00
newline_after_equals.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
newline_after_equals.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
newline_after_mul.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
newline_after_mul.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
newline_after_sub.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
newline_after_sub.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
newline_and_spaces_before_less_than.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
newline_and_spaces_before_less_than.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
newline_before_add.expr.result-ast Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
newline_before_add.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
newline_before_sub.expr.result-ast Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
newline_before_sub.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
newline_inside_empty_list.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
newline_inside_empty_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
newline_singleton_list.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
newline_singleton_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
nonempty_platform_header.header.result-ast Use UppercaseIdent over PlatformRigids 2022-01-23 11:13:23 -05:00
nonempty_platform_header.header.roc Use UppercaseIdent over PlatformRigids 2022-01-23 11:13:23 -05:00
not_docs.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
not_docs.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
one_backpassing.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
one_backpassing.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
one_char_string.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
one_char_string.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
one_def.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
one_def.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
one_minus_two.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
one_minus_two.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
one_plus_two.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
one_plus_two.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
one_spaced_def.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
one_spaced_def.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
ops_with_newlines.expr.result-ast Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
ops_with_newlines.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
packed_singleton_list.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
packed_singleton_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parenthetical_apply.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
parenthetical_apply.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parenthetical_basic_field.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
parenthetical_basic_field.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parenthetical_field_qualified_var.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
parenthetical_field_qualified_var.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parenthetical_var.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
parenthetical_var.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parse_alias.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
parse_alias.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parse_as_ann.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
parse_as_ann.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
pattern_with_space_in_parens.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
pattern_with_space_in_parens.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
pos_inf_float.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
pos_inf_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
positive_float.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
positive_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
positive_int.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
positive_int.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
private_qualified_tag.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
private_qualified_tag.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
provides_type.header.result-ast Add parse tests snapshot 2022-01-23 12:20:35 -05:00
provides_type.header.roc Support optional spaces in app header types 2022-01-23 12:02:34 -05:00
qualified_field.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
qualified_field.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
qualified_global_tag.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
qualified_global_tag.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
qualified_var.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
qualified_var.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
record_destructure_def.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
record_destructure_def.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
record_func_type_decl.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
record_func_type_decl.expr.roc Allow function types in records 2021-12-17 15:09:15 -08:00
record_update.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
record_update.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
record_with_if.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
record_with_if.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
requires_type.header.result-ast Use UppercaseIdent over PlatformRigids 2022-01-23 11:13:23 -05:00
requires_type.header.roc parse tests for provided/required types in module headers 2022-01-23 10:11:17 -05:00
single_arg_closure.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
single_arg_closure.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
single_underscore_closure.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
single_underscore_closure.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
space_only_after_minus.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
space_only_after_minus.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
spaced_singleton_list.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
spaced_singleton_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
spaces_inside_empty_list.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
spaces_inside_empty_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
standalone_module_defs.module.result-ast Fix tests 2022-01-01 18:20:05 -08:00
standalone_module_defs.module.roc migrate header + some module tests 2021-11-14 18:36:52 -08:00
string_without_escape.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
string_without_escape.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
sub_var_with_spaces.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
sub_var_with_spaces.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
sub_with_spaces.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
sub_with_spaces.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
tag_pattern.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
tag_pattern.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
ten_times_eleven.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
ten_times_eleven.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
three_arg_closure.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
three_arg_closure.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
two_arg_closure.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
two_arg_closure.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
two_backpassing.expr.result-ast Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
two_backpassing.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
two_branch_when.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
two_branch_when.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
two_spaced_def.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
two_spaced_def.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
type_decl_with_underscore.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
type_decl_with_underscore.expr.roc Parse _ in type annotations as an 'Inferred' type 2021-11-17 17:59:40 -08:00
unary_negation.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
unary_negation.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
unary_negation_access.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
unary_negation_access.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
unary_negation_arg.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
unary_negation_arg.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
unary_negation_with_parens.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
unary_negation_with_parens.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
unary_not.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
unary_not.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
unary_not_with_parens.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
unary_not_with_parens.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
underscore_backpassing.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
underscore_backpassing.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_else.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
var_else.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_if.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
var_if.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_is.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
var_is.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_minus_two.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
var_minus_two.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_then.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
var_then.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_when.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
var_when.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
when_if_guard.expr.result-ast Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
when_if_guard.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
when_in_parens.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
when_in_parens.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
when_in_parens_indented.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
when_in_parens_indented.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
when_with_alternative_patterns.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
when_with_alternative_patterns.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
when_with_function_application.expr.result-ast Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
when_with_function_application.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
when_with_negative_numbers.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
when_with_negative_numbers.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
when_with_numbers.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
when_with_numbers.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
when_with_records.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
when_with_records.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
zero_float.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
zero_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
zero_int.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
zero_int.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00